mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -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
|
||||
- ".build-config.json"
|
||||
- "Pipfile.lock"
|
||||
# Also trigger on workflow changes (such as this file)
|
||||
- ".github/workflows/**"
|
||||
# Also trigger on workflow changes related to the library
|
||||
- ".github/workflows/installer-library.yml"
|
||||
- ".github/workflows/reusable-workflow-builder.yml"
|
||||
- ".github/scripts/**"
|
||||
|
||||
# Set a workflow level concurrency group so primary workflow
|
||||
# can wait for this to complete if needed
|
||||
|
Loading…
x
Reference in New Issue
Block a user