Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit cc94e89

Browse files
Fix invalid branch key in GitVersion.yml
See GitTools/GitVersion#2348 for details.
1 parent 960b81f commit cc94e89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

GitVersion.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ mode: ContinuousDeployment
22

33
branches:
44
master:
5-
regex: ^(main|master)$
6-
source-branches: ["main"]
5+
regex: ^(main)$

0 commit comments

Comments
 (0)