Skip to content

Commit

Permalink
switch default branch (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-lobanov authored Jul 14, 2020
1 parent 58a9c4b commit 67794a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releases-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Validate 'versions-manifest.json' file
on:
push:
branches:
- master
- main
paths:
- 'versions-manifest.json'

Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "helpers"]
path = helpers
url = https://github.com/actions/versions-package-tools
branch = master
branch = main
2 changes: 1 addition & 1 deletion azure-pipelines/run-ci-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pr:
autoCancel: true
branches:
include:
- master
- main
paths:
exclude:
- versions-manifest.json
Expand Down

0 comments on commit 67794a4

Please sign in to comment.