formatting GitHub Actions files

This commit is contained in:
Danil Ovchinnikov
2025-12-22 18:38:58 +03:00
committed by Jakub Chrzanowski
parent d7022ad031
commit 546b0e2c47
3 changed files with 5 additions and 5 deletions

View File

@@ -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: