Skip to content

Commit

Permalink
ci/cd: only run upload on main branch (#120)
Browse files Browse the repository at this point in the history
closes #119
  • Loading branch information
llimllib committed Dec 28, 2023
1 parent c73c760 commit 3c458ac
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 @@ -14,6 +14,7 @@ jobs:
- run: nix build
- name: Upload Pushup executable
uses: actions/upload-artifact@v4
if: github.ref == 'refs/heads/main'
with:
name: pushup
path: result/bin/pushup

0 comments on commit 3c458ac

Please sign in to comment.