Skip to content

Commit 8fde012

Browse files
committed
Update main.yml
1 parent afd4d32 commit 8fde012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# don't forget to goto codecov.io, enable your repo, copy the token
5555
# create an CODECOV_TOKEN env var in GitHub actions secret
5656
- name: "Upload coverage to Codecov"
57-
if: "${{ contains(env.USING_COVERAGE, matrix.python-version) && github.ref == 'refs/heads/main' }}"
57+
if: "${{ contains(env.USING_COVERAGE, matrix.python-version) && github.ref == 'refs/heads/master' }}"
5858
uses: "codecov/codecov-action@v4" # https://github.com/marketplace/actions/codecov
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)