diff --git a/.github/workflows/build-and-deploy-all-environments.yml b/.github/workflows/build-and-deploy-all-environments.yml index d598980fd..75031d0d9 100644 --- a/.github/workflows/build-and-deploy-all-environments.yml +++ b/.github/workflows/build-and-deploy-all-environments.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - 'main' + - '*' concurrency: ${{ github.workflow }} # Prevents more than one instance of this workflow running at the same time