From 01054756778c03132c931ed53cf0c63313c741a1 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Mon, 9 Mar 2026 20:49:37 +0100 Subject: [PATCH] chore: allow deploying the Runtime to production from any branch --- .github/workflows/runtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: