]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Makes the workflow triggers more specific 943/head
authorTrenton Holmes <holmes.trenton@gmail.com>
Sun, 15 May 2022 18:25:14 +0000 (11:25 -0700)
committerTrenton Holmes <holmes.trenton@gmail.com>
Sun, 15 May 2022 18:25:14 +0000 (11:25 -0700)
.github/workflows/installer-library.yml

index 31e08638e103cc29e58c2b72aa6be4709a43cf1f..77a66e5d26e41936bf37252b95e4e8228d2c78ca 100644 (file)
@@ -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