Skip to content

Commit 875c92c

Browse files
committed
Update cancel branches config
1 parent dc3086c commit 875c92c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cancel.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Cancel
22
on:
33
pull_request_target:
4-
branches-ignore:
4+
branches:
55
# don't run cancel job for branches named canary until
66
# it no longer cancels the main canary branches jobs
7-
- canary
7+
- '**'
8+
- '!canary'
89
types:
910
- edited
1011
- synchronize

0 commit comments

Comments
 (0)