We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d8d70 commit 0c1378dCopy full SHA for 0c1378d
1 file changed
.github/workflows/ci.yml
@@ -25,6 +25,7 @@ jobs:
25
26
coverage:
27
runs-on: ubuntu-latest
28
+ if: ${{ github.event_name == 'push' }}
29
steps:
30
- name: Checkout sources
31
uses: actions/checkout@v4
0 commit comments