Makes the workflow triggers more specific

This commit is contained in:
Trenton Holmes 2022-05-15 11:25:14 -07:00
parent f5824f6056
commit 2ad7b5ec7c

View 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