Skip to content

Commit 89d4472

Browse files
committed
Merge branch 'main' into feature/add_github_enterprise
2 parents 220d850 + b3606c3 commit 89d4472

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.9.5
1+
23.10.2

0 commit comments

Comments
 (0)