From 16b4eece8115c7020c3a7f4ef7a73ef1fca4b764 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Tue, 20 Sep 2022 14:11:18 +0530 Subject: [PATCH] chore: run cancel workflow on pull request --- .github/workflows/cancel.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cancel.yml b/.github/workflows/cancel.yml index 23703ea..1913e49 100644 --- a/.github/workflows/cancel.yml +++ b/.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: