From 4ef847caf589ad918aeb04e06a094e1da908cb03 Mon Sep 17 00:00:00 2001 From: Miguel Victoria Date: Fri, 26 Sep 2025 17:52:37 +0200 Subject: [PATCH] test realm deployment --- .github/workflows/dagger.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dagger.yaml b/.github/workflows/dagger.yaml index 8edd669..4772f2a 100644 --- a/.github/workflows/dagger.yaml +++ b/.github/workflows/dagger.yaml @@ -1,6 +1,9 @@ name: Dagger Supernova on: + pull_request: + branches: + - main workflow_dispatch: schedule: - cron: '0 1 * * *' @@ -11,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - env: [PACKAGE_DEPLOYMENT] # TODO: REALM_DEPLOYMENT, REALM_CALL + env: [PACKAGE_DEPLOYMENT, REALM_DEPLOYMENT, REALM_CALL] max-parallel: 1 steps: