mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Makes the workflow triggers more specific
This commit is contained in:
parent
87fd18bee1
commit
029d81122b
6
.github/workflows/installer-library.yml
vendored
6
.github/workflows/installer-library.yml
vendored
@ -19,8 +19,10 @@ on:
|
|||||||
# Trigger if a package was updated
|
# Trigger if a package was updated
|
||||||
- ".build-config.json"
|
- ".build-config.json"
|
||||||
- "Pipfile.lock"
|
- "Pipfile.lock"
|
||||||
# Also trigger on workflow changes (such as this file)
|
# Also trigger on workflow changes related to the library
|
||||||
- ".github/workflows/**"
|
- ".github/workflows/installer-library.yml"
|
||||||
|
- ".github/workflows/reusable-workflow-builder.yml"
|
||||||
|
- ".github/scripts/**"
|
||||||
|
|
||||||
# Set a workflow level concurrency group so primary workflow
|
# Set a workflow level concurrency group so primary workflow
|
||||||
# can wait for this to complete if needed
|
# can wait for this to complete if needed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user