Skip to content

Commit

Permalink
Merge pull request #438 from hey-api/feat/do-no-run-coverage-on-docs-…
Browse files Browse the repository at this point in the history
…change

chore: dont run coverage on docs only changes
  • Loading branch information
jordanshatford authored Apr 19, 2024
2 parents 7ace2ec + a1320c3 commit 747d1e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
push:
branches:
- main
paths-ignore:
- docs/**
pull_request:
paths-ignore:
- docs/**

concurrency:
group: ${{ github.workflow }}=${{ github.head_ref }}
Expand Down

0 comments on commit 747d1e9

Please sign in to comment.