mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
GitHub Actions: limit Template Verify workflow to **/gradle.properties
This commit is contained in:
2
.github/workflows/template-verify.yml
vendored
2
.github/workflows/template-verify.yml
vendored
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user