diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36ffac6..3925d96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'