Skip to content

Commit

Permalink
chore: run cancel workflow on pull request (#1089)
Browse files Browse the repository at this point in the history
ersachin3112 authored Sep 20, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8c8cece commit 52584cf
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:

0 comments on commit 52584cf

Please sign in to comment.