Skip to content

Commit

Permalink
jenkins ci to GH ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pmallampati-sift committed Jun 21, 2024
1 parent ddc143a commit 0bd5a9a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Ruby-ci

on:
push:
branches: [ "*" ]
branches:
- master
pull_request:
branches: [ "master" ]
branches:
- master

env:
ACCOUNT_ID: ${{ secrets.ACCOUNT_ID }}
Expand All @@ -31,6 +33,7 @@ jobs:

run_integration_tests:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' }}
strategy:
matrix:
ruby-version: [ '2.4.2' ]
Expand Down

0 comments on commit 0bd5a9a

Please sign in to comment.