From 3a1025c8a8cb20cf57098659b7ffffba2dc60c82 Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Thu, 18 Feb 2021 14:43:39 +0100 Subject: [PATCH] also fix upload for bc and bbc --- .github/workflows/bbc-ubuntu.yml | 2 +- .github/workflows/bc-ubuntu.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bbc-ubuntu.yml b/.github/workflows/bbc-ubuntu.yml index 3b10d3c9f..ad6d42fd0 100644 --- a/.github/workflows/bbc-ubuntu.yml +++ b/.github/workflows/bbc-ubuntu.yml @@ -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 diff --git a/.github/workflows/bc-ubuntu.yml b/.github/workflows/bc-ubuntu.yml index 9dcbe4317..6dbee87b8 100644 --- a/.github/workflows/bc-ubuntu.yml +++ b/.github/workflows/bc-ubuntu.yml @@ -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