mirror of
https://github.com/actions/python-versions.git
synced 2025-04-04 22:39:40 +00:00
switch default branch (#37)
This commit is contained in:
2
.github/workflows/releases-validation.yml
vendored
2
.github/workflows/releases-validation.yml
vendored
@ -2,7 +2,7 @@ name: Validate 'versions-manifest.json' file
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'versions-manifest.json'
|
- 'versions-manifest.json'
|
||||||
|
|
||||||
|
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,4 +1,4 @@
|
|||||||
[submodule "helpers"]
|
[submodule "helpers"]
|
||||||
path = helpers
|
path = helpers
|
||||||
url = https://github.com/actions/versions-package-tools
|
url = https://github.com/actions/versions-package-tools
|
||||||
branch = master
|
branch = main
|
||||||
|
@ -3,7 +3,7 @@ pr:
|
|||||||
autoCancel: true
|
autoCancel: true
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- master
|
- main
|
||||||
paths:
|
paths:
|
||||||
exclude:
|
exclude:
|
||||||
- versions-manifest.json
|
- versions-manifest.json
|
||||||
|
2
helpers
2
helpers
Submodule helpers updated: 7f5f554579...1069e7a4ec
Reference in New Issue
Block a user