Skip to content

Commit 15370c9

Browse files
committed
Run upload only on main branch
1 parent e9d79f0 commit 15370c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
upload:
118118
name: Create release and upload artifacts
119119
runs-on: ubuntu-latest
120+
if: github.ref == 'refs/heads/main'
120121
needs:
121122
- appimage
122123
- windows-portable

0 commit comments

Comments
 (0)