We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
k1LoW/octocov-action
1 parent 90340c6 commit 02d522dCopy full SHA for 02d522d
.github/workflows/build.yml
@@ -52,6 +52,7 @@ jobs:
52
run: |
53
deno task coverage
54
- uses: k1LoW/octocov-action@v1
55
+ if: ${{ github.event_name == 'pull_request' }}
56
57
lint:
58
runs-on: ubuntu-latest
0 commit comments