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 220d850 + b3606c3 commit 89d4472Copy full SHA for 89d4472
.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
VERSION
@@ -1 +1 @@
1
-23.9.5
+23.10.2
0 commit comments