Skip to content

Commit

Permalink
ci: run cancel workflow on pull requests (#4580)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Sep 25, 2022
1 parent e695c22 commit d440baf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/cancel.yml
@@ -1,5 +1,13 @@
name: Cancel
on: [push]
on:
push:
branches:
- master
- next
pull_request:
branches:
- master
- next
permissions: {} # none
jobs:
cancel:
Expand Down

0 comments on commit d440baf

Please sign in to comment.