From 2e11c5f343b23ded3b0fbf3a8dcce5275349cddb Mon Sep 17 00:00:00 2001 From: Phil Stott Date: Fri, 4 Aug 2023 17:18:13 +0100 Subject: [PATCH] Disable Git -> ZD KB overwriting Now that support are doing KB management on ZD directly and not Git, we don't want to overwrite the KBs being published from here. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 60dfb42b..a0ec4973 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Publish on: push: - branches: [ master ] +# branches: [ master ] jobs: publish: