Skip to content

Commit

Permalink
Migrate Jenkins CI to github actions for sift-dotnet git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmallampati-sift committed Jun 18, 2024
1 parent 6825031 commit e7fa6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
siftDotNetIntegrationTest:
runs-on: ubuntu-latest
env:
PUSH_PACKAGES: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
PUSH_PACKAGES: ${{ github.event_name == 'pull_request' && github.ref == 'refs/heads/master' }}
steps:
- uses: actions/checkout@v4
- name: Setup .NET
Expand Down

0 comments on commit e7fa6b2

Please sign in to comment.