Skip to content

Commit

Permalink
ci/cd: only run upload on main branch
Browse files Browse the repository at this point in the history
closes #119
  • Loading branch information
llimllib authored and paulsmith committed Dec 28, 2023
1 parent 1b1a2e9 commit 0667bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Upload Pushup executable
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v4
if: github.ref == 'refs/heads/main'
with:
name: pushup
path: result/bin/pushup

0 comments on commit 0667bf9

Please sign in to comment.