Skip to content

Commit

Permalink
Rename master branch to main - #28
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Sep 8, 2020
1 parent 271266f commit 2d7f78f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Template Cleanup
on:
push:
branches:
- master
- main

jobs:

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d7f78f

Please sign in to comment.