Skip to content

Commit 6538aca

Browse files
authored
Update publish.yaml (#308)
1 parent 19cd248 commit 6538aca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ name: Publish
55
on:
66
pull_request:
77
branches: [ main ]
8-
types: [opened, synchronize, reopened, labeled, unlabeled]
98
push:
10-
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
9+
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]
1110

1211
jobs:
1312
publish:

0 commit comments

Comments
 (0)