Skip to content

Commit 4018368

Browse files
author
Gregor Gololicic
committed
test
1 parent 6064a7a commit 4018368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
homebrew:
9-
if: github.event_name == 'release' && github.event.action == 'published' # skip for pre-release
9+
if: "!github.event.release.prerelease"
1010
name: Bump Homebrew formula
1111
runs-on: ubuntu-latest
1212
steps:

0 commit comments

Comments
 (0)