also fix upload for bc and bbc

This commit is contained in:
Robert Stoll
2021-02-18 14:43:39 +01:00
parent b8389468f4
commit 3a1025c8a8
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Upload windows build code coverage
uses: codecov/codecov-action@v1
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'master') }}
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/master') }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: bbc

View File

@@ -22,7 +22,7 @@ jobs:
- name: Upload windows build code coverage
uses: codecov/codecov-action@v1
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'master') }}
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/master') }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: bc