Skip to content

Commit

Permalink
chore: run cancel workflow on pull request (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed Sep 20, 2022
1 parent 7238a6d commit a29a1d1
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 a29a1d1

Please sign in to comment.