Skip to content

Commit

Permalink
jenkins CI to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmallampati-sift committed Jun 20, 2024
1 parent 8735d93 commit 027cc76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PHP Composer
on:
push:
branches:
- "*"
- master
pull_request:
branches:
- master
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 027cc76

Please sign in to comment.