mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-23 12:31:24 +00:00
formatting GitHub Actions files
This commit is contained in:
committed by
Jakub Chrzanowski
parent
d7022ad031
commit
546b0e2c47
6
.github/workflows/template-verify.yml
vendored
6
.github/workflows/template-verify.yml
vendored
@@ -4,11 +4,11 @@ name: Template Verify
|
||||
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']
|
||||
branches: [ main ]
|
||||
paths: [ '**/gradle.properties' ]
|
||||
# Trigger the workflow on any pull request
|
||||
pull_request:
|
||||
paths: ['**/gradle.properties']
|
||||
paths: [ '**/gradle.properties' ]
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user