Skip to content

Commit

Permalink
I forgor this in the pipeline (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxlider authored Oct 13, 2024
1 parent adb6aee commit e4d8ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# BUILD APP
build:
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')
strategy:
matrix:
# runtime: [x64, x86]
Expand Down

0 comments on commit e4d8ab2

Please sign in to comment.