From 6cfbe813a9ca7b2370fd3959a47bb490fcecd685 Mon Sep 17 00:00:00 2001 From: Vivek Singh <2307vivek@gmail.com> Date: Sun, 27 Aug 2023 10:17:26 +0530 Subject: [PATCH] Added on pull request check --- .github/workflows/Check.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Check.yaml b/.github/workflows/Check.yaml index b0b3958..af4da43 100644 --- a/.github/workflows/Check.yaml +++ b/.github/workflows/Check.yaml @@ -2,8 +2,10 @@ name: Check on: push: - branches: - - main + branches: [ main ] + pull_request: + branches: [ main ] + jobs: build: