Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Gololicic committed Nov 25, 2022
1 parent 6064a7a commit 4018368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
homebrew:
if: github.event_name == 'release' && github.event.action == 'published' # skip for pre-release
if: "!github.event.release.prerelease"
name: Bump Homebrew formula
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4018368

Please sign in to comment.