mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Rename master
branch to main
- #28
This commit is contained in:
parent
271266fbd0
commit
2d7f78f22b
2
.github/workflows/template-cleanup.yml
vendored
2
.github/workflows/template-cleanup.yml
vendored
@ -6,7 +6,7 @@ name: Template Cleanup
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
|
||||
|
@ -11,6 +11,7 @@
|
||||
- Dependencies - upgrade `org.jetbrains.changelog` to 0.5.0
|
||||
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to 1.12.0
|
||||
- Dependencies - upgrade `org.jlleitschuh.gradle.ktlint` to 9.4.0
|
||||
- Rename `master` branch to `main`
|
||||
|
||||
### Fixed
|
||||
- GitHub Actions - cache Gradle dependencies and wrapper separately
|
||||
|
Loading…
Reference in New Issue
Block a user