mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
ci: prevent irrelevant file changes from triggering the check, build, and test workflow
This commit is contained in:
@@ -3,6 +3,14 @@ name: Check, build, and test
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
|
# 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-*
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user