Skip to content

Commit

Permalink
Update cancel branches config
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jan 26, 2021
1 parent dc3086c commit 875c92c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cancel.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Cancel
on:
pull_request_target:
branches-ignore:
branches:
# don't run cancel job for branches named canary until
# it no longer cancels the main canary branches jobs
- canary
- '**'
- '!canary'
types:
- edited
- synchronize
Expand Down

0 comments on commit 875c92c

Please sign in to comment.