Skip to content

Commit 9e5e15b

Browse files
zeidlitzquakj
authored andcommitted
fix: change release workflow trigger
1 parent b69cf21 commit 9e5e15b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

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

33
on:
4-
push:
5-
branches: [ "master" ]
4+
release:
5+
types: [ "created" ]
66

77
jobs:
88
build:
@@ -19,4 +19,4 @@ jobs:
1919
uses: softprops/action-gh-release@v2
2020
if: github.ref_type == 'tag'
2121
with:
22-
files: observer
22+
files: observer

0 commit comments

Comments
 (0)