Skip to content

Commit

Permalink
housekeeping: Convert to main branch (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
RLittlesII authored Jul 4, 2020
1 parent 9c1b132 commit 500545d
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,10 +1,10 @@
trigger:
- master
- main
- rel/*
- preview/*

pr:
- master
- main
- rel/*
- preview/*

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": "6.10",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/main$", // we release out of master
"^refs/heads/develop$", // we release out of develop
"^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N
],
Expand Down

0 comments on commit 500545d

Please sign in to comment.