From 776c8f6092d9a53f09f73d4ec41d65d4e643ba89 Mon Sep 17 00:00:00 2001 From: Roland Sadowski Date: Mon, 29 Jul 2024 12:04:04 +0100 Subject: [PATCH] ci: temporarily comment out branch name guard --- .github/workflows/deploy-to-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-dev.yml b/.github/workflows/deploy-to-dev.yml index e8792892..aeeb3e1c 100644 --- a/.github/workflows/deploy-to-dev.yml +++ b/.github/workflows/deploy-to-dev.yml @@ -97,7 +97,7 @@ jobs: needs: [test] outputs: environments: ${{ steps.environments.outputs.result }} - if: github.ref_name == 'main' + #if: github.ref_name == '' steps: - uses: actions/github-script@v6 id: environments