switch default branch (#37)

This commit is contained in:
Maxim Lobanov
2020-07-14 17:22:51 +03:00
committed by GitHub
parent 58a9c4b1d9
commit 67794a4d5f
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ name: Validate 'versions-manifest.json' file
on:
push:
branches:
- master
- main
paths:
- 'versions-manifest.json'

2
.gitmodules vendored
View File

@ -1,4 +1,4 @@
[submodule "helpers"]
path = helpers
url = https://github.com/actions/versions-package-tools
branch = master
branch = main

View File

@ -3,7 +3,7 @@ pr:
autoCancel: true
branches:
include:
- master
- main
paths:
exclude:
- versions-manifest.json

Submodule helpers updated: 7f5f554579...1069e7a4ec