From bd6793c673f3863be15c5d95a6b0acdf456e0a5c Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Thu, 2 Nov 2023 16:47:51 +0000 Subject: [PATCH] CLDC-2864: remove restriction that deploy only happens on main --- .github/workflows/paas_only_production_pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/paas_only_production_pipeline.yml b/.github/workflows/paas_only_production_pipeline.yml index 3dd608712..8eebedee3 100644 --- a/.github/workflows/paas_only_production_pipeline.yml +++ b/.github/workflows/paas_only_production_pipeline.yml @@ -174,7 +174,6 @@ jobs: concurrency: staging runs-on: ubuntu-latest environment: staging - if: github.ref == 'refs/heads/main' needs: [lint, test, feature_test, audit] steps: