diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml index f5e57eb59..f5be976b8 100644 --- a/.github/workflows/runtime.yml +++ b/.github/workflows/runtime.yml @@ -113,7 +113,7 @@ jobs: text: "platform: ${{ github.event.inputs.platform }}" deploy-production: - if: ${{ github.event.inputs.deploy == 'production' && github.ref == 'refs/heads/main' }} + if: ${{ github.event.inputs.deploy == 'production' }} needs: review runs-on: ubuntu-latest environment: