Skip to content

Commit 3cc129d

Browse files
chore: run cancel workflow on pull request (#181)
Co-authored-by: Nitin Kumar <snitin315@gmail.com>
1 parent c7b6040 commit 3cc129d

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)