mirror of
https://github.com/actions/go-versions
synced 2024-11-09 15:12:38 +00:00
Merge pull request #3 from actions/v-malob/switch-default-branch
Switch default branch from "master" to "main"
This commit is contained in:
commit
b34c795b2c
3 changed files with 3 additions and 3 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,4 +1,4 @@
|
|||
[submodule "helpers"]
|
||||
path = helpers
|
||||
url = https://github.com/actions/versions-package-tools
|
||||
branch = master
|
||||
branch = main
|
||||
|
|
|
@ -4,7 +4,7 @@ pr:
|
|||
autoCancel: true
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- main
|
||||
paths:
|
||||
exclude:
|
||||
- versions-manifest.json
|
||||
|
|
2
helpers
2
helpers
|
@ -1 +1 @@
|
|||
Subproject commit 350e2888aa8ba786f16e7e37479c41551326d25c
|
||||
Subproject commit 1069e7a4ece355bd321909454fc1f9f7244eb03b
|
Loading…
Reference in a new issue