This commit is contained in:
Shish 2020-03-19 14:03:36 +00:00
parent 345faeba8d
commit 4dda69df45

View file

@ -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