We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29601dc commit a9f8286Copy full SHA for a9f8286
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
16
deploy-dev:
17
runs-on: ubuntu-latest
18
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
+ if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
19
environment:
20
name: dev
21
steps:
@@ -38,7 +38,7 @@ jobs:
38
39
deploy-qa:
40
41
42
43
name: qa
44
0 commit comments