From 9846913b946d43c8dbdb92aea687f01ebae1fb62 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Mon, 19 Sep 2022 21:15:42 +0530 Subject: [PATCH] chore: run cancel workflow on pull request (#1472) --- .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 c1e77d26..21d64723 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: contents: read