Skip to content

Commit

Permalink
Merge pull request #72 from codecov/feature/ci-consolidate
Browse files Browse the repository at this point in the history
use correct branch for rolling push
  • Loading branch information
trent-codecov authored Sep 29, 2023
2 parents 5566306 + 0d31af4 commit 198efb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Push Self Hosted Image
needs: [ build-self-hosted ]
secrets: inherit
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/production') && github.repository_owner == 'codecov' }}
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main') && github.repository_owner == 'codecov' }}
uses: codecov/gha-workflows/.github/workflows/[email protected]
with:
push_rolling: true
Expand Down

0 comments on commit 198efb0

Please sign in to comment.