Skip to content

Commit

Permalink
chore: run cancel workflow on pull request (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed Sep 20, 2022
1 parent cf2716a commit ec65db2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/cancel.yml
Original file line number Diff line number Diff line change
@@ -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 ec65db2

Please sign in to comment.