Browse Source

CLDC-2864: remove restriction that deploy only happens on main

pull/2012/head
Sam Seed 3 years ago
parent
commit
bd6793c673
  1. 1
      .github/workflows/paas_only_production_pipeline.yml

1
.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:

Loading…
Cancel
Save