From 027cc7675238239e18209b73c0b2b47eafaf4614 Mon Sep 17 00:00:00 2001 From: Phani Kumar Mallampati Date: Thu, 20 Jun 2024 16:07:45 -0700 Subject: [PATCH] jenkins CI to GH actions --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f91416..bbc1053 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: PHP Composer on: push: branches: - - "*" + - master pull_request: branches: - master @@ -45,6 +45,7 @@ jobs: run-integration-tests-php74: runs-on: ubuntu-latest + if: ${{ github.ref == 'refs/heads/master' }} steps: - name: Checkout uses: actions/checkout@v4