Skip to content

Commit caf198d

Browse files
authored
Update test.yaml
1 parent b2368f1 commit caf198d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: Publish Release
22

3-
on: workflow_dispatch
3+
on:
4+
release:
5+
types: [created]
46
jobs:
57
homebrew:
68
if: "!github.event.release.prerelease"
79
name: Bump Homebrew formula
810
runs-on: ubuntu-latest
911
steps:
1012
- name: "test"
11-
run: echo "HELLO"
13+
run: echo "HELLO"

0 commit comments

Comments
 (0)