diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index ab9921a8..5273cc89 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -152,7 +152,7 @@ jobs: deploy: name: Deploy / Production needs: test - if: github.ref_name == 'master' + if: github.ref_name == 'master' || github.ref_name == 'production-hotfix' environment: name: production url: ${{ steps.pages.outputs.url }}