Skip to content

Commit

Permalink
master->main
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Jun 13, 2020
1 parent 768a685 commit a71deb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
trigger:
- master
- main
- rel/*

pr:
- master
- main
- rel/*

stages:
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.1-preview",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/main$", // we release out of main
"^refs/tags/v\\d+\\.\\d+", // we also release tags starting with vN.N
"^refs/heads/rel/v\\d+\\.\\d+" // we also release tags starting with vN.N
],
Expand Down

0 comments on commit a71deb0

Please sign in to comment.