Skip to content

Commit 5ce0bd0

Browse files
committed
fix workflow triggers
1 parent 0e43975 commit 5ce0bd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-if-pr-has-type-label.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Check PR type label
22

33
on:
44
pull_request:
5-
types: [opened, reopened, labeled, unlabeled]
5+
# Adding `synchronize` to handle workflow runs when the PR's branch is updated
6+
types: [opened, reopened, labeled, unlabeled, synchronize]
67

78
permissions: {}
89

0 commit comments

Comments
 (0)