We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5566306 + 0d31af4 commit 198efb0Copy full SHA for 198efb0
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
name: Push Self Hosted Image
21
needs: [ build-self-hosted ]
22
secrets: inherit
23
- 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' }}
24
uses: codecov/gha-workflows/.github/workflows/[email protected]
25
with:
26
push_rolling: true
0 commit comments