From b4141a3da2cf8d9dfe3e71d501e96f2edd4da7cd Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Mon, 9 Oct 2023 16:15:51 +0100 Subject: [PATCH] Run staging pipeline on any pushes to this branch --- .github/workflows/staging_pipeline.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index f7a676dd3..475e7576f 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - prod-pipeline-testing pull_request: types: - opened @@ -233,8 +234,8 @@ jobs: aws_deploy: name: AWS Deploy - if: github.ref == 'refs/heads/main' - needs: [lint, test, feature_test, audit] + if: github.ref == 'refs/heads/prod-pipeline-testing' + # needs: [lint, test, feature_test, audit] uses: ./.github/workflows/aws_deploy.yml with: aws_account_id: 107155005276