From 9c0c0cde2d9742042d65d69ae132e82dc94c97a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Cord=C3=B3n?= Date: Thu, 19 Oct 2023 10:35:36 +0200 Subject: [PATCH] Disables the react-codemirror GitHub Action --- ...ploy-cypher-editor.yaml => publish-cypher-codemirror.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{deploy-cypher-editor.yaml => publish-cypher-codemirror.yaml} (91%) diff --git a/.github/workflows/deploy-cypher-editor.yaml b/.github/workflows/publish-cypher-codemirror.yaml similarity index 91% rename from .github/workflows/deploy-cypher-editor.yaml rename to .github/workflows/publish-cypher-codemirror.yaml index 5d2e2a481..ac716ae00 100644 --- a/.github/workflows/deploy-cypher-editor.yaml +++ b/.github/workflows/publish-cypher-codemirror.yaml @@ -1,9 +1,9 @@ -name: Publish react-editor-experimental package to npm +name: Publish react-codemirror package to npm on: # Runs on pushes targeting the default branch push: - branches: ['main'] + branches: [] #['main'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: