From 04c8da6a6c4304ae1f39d99bbaddd74f2b09180e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Sun, 23 Oct 2022 17:48:48 +0200 Subject: [PATCH] Change commented publishing branch and add commented template branch for separate auto deployment --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ac333604e..4eb976289 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,7 +4,9 @@ on: push: branches: - master - # - 5093-fix-automatic-deployment # for testing while developing + # - 5059-epic-groups # for testing while developing + # template branches in repo + # - template--separate-branch-auto-deployment--5059-epic-groups jobs: ##############################################################################