Skip to content

Commit 198efb0

Browse files
Merge pull request #72 from codecov/feature/ci-consolidate
use correct branch for rolling push
2 parents 5566306 + 0d31af4 commit 198efb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Push Self Hosted Image
2121
needs: [ build-self-hosted ]
2222
secrets: inherit
23-
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/production') && github.repository_owner == 'codecov' }}
23+
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main') && github.repository_owner == 'codecov' }}
2424
uses: codecov/gha-workflows/.github/workflows/[email protected]
2525
with:
2626
push_rolling: true

0 commit comments

Comments
 (0)