We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8902d8 commit 4ead7e4Copy full SHA for 4ead7e4
1 file changed
.github/workflows/pages.yml
@@ -34,7 +34,7 @@ jobs:
34
cargo install dioxus-cli
35
36
- name: Build debug
37
- if: !startsWith(github.ref, 'refs/tags/') && github.event_name != 'workflow_dispatch'
+ if: ${{!startsWith(github.ref, 'refs/tags/') && github.event_name != 'workflow_dispatch'}}
38
shell: bash
39
run: dx build
40
0 commit comments