diff --git a/version.json b/version.json index a52a1ff7..c5c4611c 100644 --- a/version.json +++ b/version.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.2", "publicReleaseRefSpec": [ - "^refs/heads/master$", + "^refs/heads/main", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { @@ -10,4 +10,4 @@ "enabled": true } } -} \ No newline at end of file +}