We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f28255 commit 47ea4ceCopy full SHA for 47ea4ce
1 file changed
.github/workflows/publish-homebrew.yml
@@ -1,8 +1,9 @@
1
name: Publish homebrew
2
3
on:
4
- release:
5
- types: [published]
+ push:
+ tags:
6
+ - 2.*
7
8
jobs:
9
test:
0 commit comments