Stop Building Pack on just README.md Changes (#556)

[SKIP]
This commit is contained in:
Integer Limit 2023-12-05 10:20:13 +11:00 committed by GitHub
parent 26b34dc7c4
commit 34c9499657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,8 @@ name: "[NOT CALLABLE] Fork PR Build Pack"
on:
pull_request_target:
paths-ignore:
- "README.md"
# if a second commit is pushed quickly after the first, cancel the first one's build
concurrency:

View File

@ -5,8 +5,12 @@ on:
branches:
- main
- test_buildscript*
paths-ignore:
- "README.md"
pull_request:
paths-ignore:
- "README.md"
# if a second commit is pushed quickly after the first, cancel the first one's build
concurrency: