Skip to content

Commit

Permalink
Update python-CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
enzofrnt committed Dec 8, 2024
1 parent 1d67d09 commit 5db3538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: exit 1

- name: Upload to Codecov
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand All @@ -59,7 +59,7 @@ jobs:
verbose: true

- name: Upload test results to Codecov
if: github.ref == 'refs/heads/main' && !cancelled()
if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && !cancelled()
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 5db3538

Please sign in to comment.