Skip to content

Commit

Permalink
Update ci_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vHeemstra committed Jun 5, 2022
1 parent a6ce8ea commit 36fab47
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ name: push/pull_request > Test coverage

on:
push:
branches:
- main
# Only run when push includes commits with changes to:
paths:
- 'src/**/*.js'
- 'test/**/*.js'
- 'jest.config.js'
- 'package.json'

pull_request:
branches:
- main
Expand Down

0 comments on commit 36fab47

Please sign in to comment.