From 11f62e7dd6b21ad5dd66f071a5f314c3795fc19e Mon Sep 17 00:00:00 2001 From: Douglas Raillard Date: Fri, 2 Jun 2023 14:36:05 +0100 Subject: [PATCH] .github/workflows/autobranch.yml: Add "master" autobranch Now that we have transitioned from "master" to "main" branch, add a "master" autobranch that will track "main" with extra warnings in the doc, the code and the shell scripts. --- .github/workflows/autobranch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autobranch.yml b/.github/workflows/autobranch.yml index 496501cd4..a2976c400 100644 --- a/.github/workflows/autobranch.yml +++ b/.github/workflows/autobranch.yml @@ -119,3 +119,4 @@ jobs: } update_branch for-preview-autobranch preview preview-force + update_branch for-master-autobranch master master-force -- GitLab