From 2df3e81f2956a166ec39cb335318309c63ee7944 Mon Sep 17 00:00:00 2001 From: John Collinson <13622412+johncollinson2001@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:59:24 +0100 Subject: [PATCH] Remove feature branch from docs pipeline. --- .../workflows/{deploy-documentation.yaml => docs-pipeline.yaml} | 1 - 1 file changed, 1 deletion(-) rename .github/workflows/{deploy-documentation.yaml => docs-pipeline.yaml} (96%) diff --git a/.github/workflows/deploy-documentation.yaml b/.github/workflows/docs-pipeline.yaml similarity index 96% rename from .github/workflows/deploy-documentation.yaml rename to .github/workflows/docs-pipeline.yaml index 418359c..8a5cb14 100644 --- a/.github/workflows/deploy-documentation.yaml +++ b/.github/workflows/docs-pipeline.yaml @@ -6,7 +6,6 @@ permissions: on: push: branches: - - johnc/docs-organisation - main jobs: