From c4529ac6454f4c4d68aa8f7122f00afd44c146a4 Mon Sep 17 00:00:00 2001 From: Sasikanth Miriyampalli Date: Sat, 11 Feb 2023 07:34:53 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8addeb7..6e2f40f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,9 @@ on: push: branches: - main + pull_request: + branches: + - main concurrency: group: ci-${{ github.head_ref }}