We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81b4e4f + 9537b23 commit 3af5690Copy full SHA for 3af5690
.github/workflows/main.yaml
@@ -208,7 +208,7 @@ jobs:
208
runs-on: ubuntu-latest
209
needs:
210
- build
211
- if: github.event.inputs.publish_build == 'true'
+ if: github.event_name != 'workflow_dispatch' || github.event.inputs.publish_build == 'true'
212
permissions:
213
contents: write
214
steps:
.github/workflows/preview.yaml
@@ -204,7 +204,7 @@ jobs:
204
205
206
207
0 commit comments