diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index e7051acf..55ac0ba2 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -76,7 +76,7 @@ jobs: php ocular.phar code-coverage:upload --format=php-clover data/coverage.clover publish: runs-on: ubuntu-latest - needs: build + needs: test if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@master