Skip to content

Commit 099b235

Browse files
author
Gregor Gololicic
committed
test
1 parent 372281e commit 099b235

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/test.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Publish Release
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
homebrew:
9+
if: github.event_name == 'release' && github.event.action == 'published' # skip for pre-release
10+
name: Bump Homebrew formula
11+
steps:
12+
run: echo "HELLO"

0 commit comments

Comments
 (0)