mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-01-21 08:09:23 +00:00
formatting GitHub Actions files
This commit is contained in:
parent
f5f9bfe213
commit
76f40d92c7
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -5,7 +5,7 @@
|
|||||||
name: Release
|
name: Release
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [prereleased, released]
|
types: [ prereleased, released ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/template-cleanup.yml
vendored
2
.github/workflows/template-cleanup.yml
vendored
@ -4,7 +4,7 @@
|
|||||||
name: Template Cleanup
|
name: Template Cleanup
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|||||||
6
.github/workflows/template-verify.yml
vendored
6
.github/workflows/template-verify.yml
vendored
@ -4,11 +4,11 @@ name: Template Verify
|
|||||||
on:
|
on:
|
||||||
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g., for dependabot pull requests)
|
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g., for dependabot pull requests)
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [ main ]
|
||||||
paths: ['**/gradle.properties']
|
paths: [ '**/gradle.properties' ]
|
||||||
# Trigger the workflow on any pull request
|
# Trigger the workflow on any pull request
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: ['**/gradle.properties']
|
paths: [ '**/gradle.properties' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user