Skip to content

Commit d253474

Browse files
authored
Merge pull request #3300 from element-hq/robin/synchronize-blocked
Run the 'Prevent blocked' check whenever a PR branch is updated
2 parents 6e0eee3 + e757f7a commit d253474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blocked.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Prevent blocked
22
on:
33
pull_request_target:
4-
types: [opened, labeled, unlabeled]
4+
types: [opened, labeled, unlabeled, synchronize]
55
jobs:
66
prevent-blocked:
77
name: Prevent blocked

0 commit comments

Comments
 (0)