We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6064a7a commit 4018368Copy full SHA for 4018368
.github/workflows/test.yaml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
homebrew:
9
- if: github.event_name == 'release' && github.event.action == 'published' # skip for pre-release
+ if: "!github.event.release.prerelease"
10
name: Bump Homebrew formula
11
runs-on: ubuntu-latest
12
steps:
0 commit comments