Skip to content

Commit 3b9f964

Browse files
ohmyfelixfxik
andauthored
Fix assets publish job trigger on default branch (#1249)
Co-authored-by: Milan Sulc <sulc@nx1.cz>
1 parent 1735e53 commit 3b9f964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/assets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
publish:
2626
runs-on: ubuntu-latest
2727
needs: [build]
28+
if: github.event_name == 'workflow_dispatch'
2829
permissions:
2930
contents: read
3031
id-token: write

0 commit comments

Comments
 (0)