GitHub Actions: limit Template Verify workflow to `**/gradle.properties`

pull/301/head
Jakub Chrzanowski 2 years ago
parent fb31f95d06
commit 93d76063c2
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

@ -5,8 +5,10 @@ on:
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g. for dependabot pull requests)
push:
branches: [main]
paths: ['**/gradle.properties']
# Trigger the workflow on any pull request
pull_request:
paths: ['**/gradle.properties']
jobs:

Loading…
Cancel
Save