Skip to content

Commit

Permalink
chore(workflow): upload artifacts on manual run
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Oct 21, 2024
1 parent 3509b2e commit a33d762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: upload artifacts
if: github.event.pull_request.base.ref == 'main'
if: github.event.pull_request.base.ref == 'main' || github.event_name == 'workflow_dispatch'
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: binaries
Expand Down

0 comments on commit a33d762

Please sign in to comment.