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

This commit is contained in:
J / Jacob Babich
2024-10-04 22:05:31 -04:00
parent c0ec64f06c
commit 4c04f21dcb

View File

@@ -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"]