Skip to content

Commit 67794a4

Browse files
switch default branch (#37)
1 parent 58a9c4b commit 67794a4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/releases-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Validate 'versions-manifest.json' file
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
paths:
77
- 'versions-manifest.json'
88

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "helpers"]
22
path = helpers
33
url = https://github.com/actions/versions-package-tools
4-
branch = master
4+
branch = main

azure-pipelines/run-ci-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pr:
33
autoCancel: true
44
branches:
55
include:
6-
- master
6+
- main
77
paths:
88
exclude:
99
- versions-manifest.json

0 commit comments

Comments
 (0)