Skip to content

Commit e4d8ab2

Browse files
authored
I forgor this in the pipeline (#214)
1 parent adb6aee commit e4d8ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# BUILD APP
2626
build:
27-
if: ( github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'main' ) || startsWith(github.ref, 'refs/tags/v')
27+
if: ( github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'master' ) || startsWith(github.ref, 'refs/tags/v')
2828
strategy:
2929
matrix:
3030
# runtime: [x64, x86]

0 commit comments

Comments
 (0)