mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
ci: string quote the paths because starting with *
was trying to reference a YAML alias
Some checks are pending
Release-plz / Release-plz (push) Waiting to run
Some checks are pending
Release-plz / Release-plz (push) Waiting to run
This commit is contained in:
10
.github/workflows/check-and-build-and-test.yml
vendored
10
.github/workflows/check-and-build-and-test.yml
vendored
@@ -6,11 +6,11 @@ on:
|
|||||||
# This workflow is definitely expensive for GitHub,
|
# 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
|
# so let's not let files that won't affect the project's ability to build and test trigger it
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- .github/**
|
- ".github/**"
|
||||||
- **/.gitignore
|
- "**/.gitignore"
|
||||||
- **/CHANGELOG.md
|
- "**/CHANGELOG.md"
|
||||||
- **/README.md
|
- "**/README.md"
|
||||||
- **/LICENSE-*
|
- "**/LICENSE-*"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user