fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #438 from hey-api/feat/do-no-run-coverage-on-docs-change

chore: dont run coverage on docs only changes

authored by

Jordan Shatford and committed by
GitHub
747d1e9b 7ace2ec5

+4
+4
.github/workflows/coverage.yml
··· 4 4 push: 5 5 branches: 6 6 - main 7 + paths-ignore: 8 + - docs/** 7 9 pull_request: 10 + paths-ignore: 11 + - docs/** 8 12 9 13 concurrency: 10 14 group: ${{ github.workflow }}=${{ github.head_ref }}