From d5c5b3a57535fb12af2cf537e44301bc0b3832c0 Mon Sep 17 00:00:00 2001 From: Prithvi D Date: Thu, 16 Nov 2023 08:58:24 -0600 Subject: [PATCH] Remove duplicate Github actions for every PR (#166) * Updating Github CI actions to trigger on pushing to master and for pull requests that target master branch. * Allow CI on pull requests targeting all branches. --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b135df2..18183e0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: ci -on: [push, pull_request] +on: + push: + branches: + - master + pull_request: jobs: