Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
Only codecov if pr
  • Loading branch information
devcirclede authored Feb 20, 2023
1 parent 2b3704f commit 554b56a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ jobs:
- name: Run test suite ${{ matrix.php-versions }}
run: composer test

- name: Upload coverage reports to Codecov
- if: github.event_name == 'pull_request'
name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 554b56a

Please sign in to comment.