mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-01-19 23:29:23 +00:00
formatting GitHub Actions files
This commit is contained in:
parent
de6b4c8a9d
commit
0160a02f49
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -5,7 +5,7 @@
|
||||
name: Release
|
||||
on:
|
||||
release:
|
||||
types: [prereleased, released]
|
||||
types: [ prereleased, released ]
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
2
.github/workflows/template-cleanup.yml
vendored
2
.github/workflows/template-cleanup.yml
vendored
@ -4,7 +4,7 @@
|
||||
name: Template Cleanup
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
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:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user