Skip to content

Commit 4777cc3

Browse files
committed
Change trigger condition from 'creation of release' to 'tag pushed'
1 parent 918b11d commit 4777cc3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

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

33
on:
4-
release:
5-
# We'll run this workflow when a new GitHub release is created
6-
types: [released]
4+
push:
5+
tags: v1.*
76

87
jobs:
98
publish:

0 commit comments

Comments
 (0)