Skip to content

Commit b2368f1

Browse files
author
Gregor Gololicic
committed
test
1 parent 045a03f commit b2368f1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build Release
22

3-
on: workflow_dispatch
3+
on:
4+
release:
5+
types: [created]
46

57
jobs:
68
releases-matrix:

.github/workflows/test.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Publish Release
22

3-
on:
4-
release:
5-
types: [published]
6-
3+
on: workflow_dispatch
74
jobs:
85
homebrew:
96
if: "!github.event.release.prerelease"

0 commit comments

Comments
 (0)