We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb6aee commit e4d8ab2Copy full SHA for e4d8ab2
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
# BUILD APP
26
build:
27
- if: ( github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'main' ) || startsWith(github.ref, 'refs/tags/v')
+ if: ( github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'master' ) || startsWith(github.ref, 'refs/tags/v')
28
strategy:
29
matrix:
30
# runtime: [x64, x86]
0 commit comments