Skip to content

Commit d52e2c8

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

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-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:

package-lock.json

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)