Makes the workflow triggers more specific

This commit is contained in:
Trenton Holmes 2022-05-15 11:25:14 -07:00
parent 87fd18bee1
commit 029d81122b
No known key found for this signature in database
GPG Key ID: 4815A6E23A56B8D1

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