Skip to content

Commit

Permalink
Use proper if in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Nov 12, 2020
1 parent 7715229 commit fbbf053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: vendor/bin/phpunit --verbose --coverage-clover=coverage.clover

- name: Code coverage
if: ${{ github.ref == 'master' }}
if: github.ref == 'refs/heads/master'
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 comments on commit fbbf053

Please sign in to comment.