ci(build): upload coverage on master only
All checks were successful
build / build (push) Successful in 1m54s
All checks were successful
build / build (push) Successful in 1m54s
This commit is contained in:
parent
48c04d2830
commit
19f5c7193f
|
@ -30,6 +30,7 @@ jobs:
|
|||
run: |
|
||||
pdm run coverage
|
||||
- name: Upload Coverage to Codacy
|
||||
if: github.ref == 'refs/heads/master'
|
||||
env:
|
||||
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user