diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index b059e0b..cbf545c 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -67,5 +67,5 @@ jobs: run: npm t - name: Push coverage - if: github.ref == 'ref/head/master' + if: github.ref == 'refs/heads/master' uses: codecov/codecov-action@v1 diff --git a/.github/workflows/oracle.yml b/.github/workflows/oracle.yml index b37d03c..85d8884 100644 --- a/.github/workflows/oracle.yml +++ b/.github/workflows/oracle.yml @@ -66,5 +66,5 @@ jobs: LD_LIBRARY_PATH: /tmp/oracle/instantclient_19_5 - name: Push coverage - if: github.ref == 'ref/head/master' + if: github.ref == 'refs/heads/master' uses: codecov/codecov-action@v1