From 75df48ab6b5999ad614107a447858f225a113f96 Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Sat, 7 Jan 2023 23:31:46 +0300 Subject: [PATCH] Remove branches node from GitVersion.yml --- GitVersion.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/GitVersion.yml b/GitVersion.yml index 06fc3e6e..491b6000 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,7 +1,3 @@ # Only changing the mode from 'ContinuousDelivery' to 'ContinuousDeployment' results in better numbers (no '+' in them) # To get the default configuration comment out all the contents of this file and run 'gitversion /showconfig' mode: ContinuousDeployment -branches: - master: - regex: (^master$|^origin\/master$|^main$|^origin\/main$) - tag: ci \ No newline at end of file