Skip to content

Commit 2cbd9f6

Browse files
committed
chore: run cancel workflow on pull request
1 parent 7c8bf9b commit 2cbd9f6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/cancel.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: Cancel
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
- next
7+
pull_request:
8+
branches:
9+
- master
10+
- next
311
permissions: {} # none
412
jobs:
513
cancel:

0 commit comments

Comments
 (0)