diff --git a/.github/workflows/check-and-build-and-test.yml b/.github/workflows/check-and-build-and-test.yml index 631e68d..9430405 100644 --- a/.github/workflows/check-and-build-and-test.yml +++ b/.github/workflows/check-and-build-and-test.yml @@ -6,11 +6,11 @@ on: # This workflow is definitely expensive for GitHub, # so let's not let files that won't affect the project's ability to build and test trigger it paths-ignore: - - .github/** - - **/.gitignore - - **/CHANGELOG.md - - **/README.md - - **/LICENSE-* + - ".github/**" + - "**/.gitignore" + - "**/CHANGELOG.md" + - "**/README.md" + - "**/LICENSE-*" pull_request: branches: ["main"]