Skip to content

Commit

Permalink
REVERT THIS: run on workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Mar 30, 2024
1 parent 95d7612 commit edd9b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
# Goreleaser does GitHub release artifacts, homebrew, AUR, deb/rpm
- name: goreleaser
uses: goreleaser/goreleaser-action@v5
if: startsWith( github.ref, 'refs/tags/v1')
if: startsWith(github.ref, 'refs/tags/v1') || github.event_name == 'workflow_dispatch'
with:
distribution: goreleaser-pro
version: nightly
Expand Down

0 comments on commit edd9b0e

Please sign in to comment.