Skip to content

Commit 6a954ab

Browse files
authored
chore: fix publish action with labeling (#415)
1 parent 8149497 commit 6a954ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

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

0 commit comments

Comments
 (0)