Skip to content

Commit

Permalink
Separate pull_request, push
Browse files Browse the repository at this point in the history
  • Loading branch information
bzvnr committed Apr 22, 2023
1 parent 969d653 commit b2b988c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# setup and use a GitHub runner to run unit tests
name: Jest Unit Tests

on: [pull_request, push]:
on:
pull_request:
paths-ignore:
- 'dist/**'
- '.editorconfig'
- '.gitignore'
- 'index.html'
- 'LICENSE'
- 'README.md'
push:
paths-ignore:
- 'dist/**'
- '.editorconfig'
Expand Down

0 comments on commit b2b988c

Please sign in to comment.