From a003f5ea42452048fb58988d72160fe62b75b0a0 Mon Sep 17 00:00:00 2001 From: Julie Lundberg Suter Date: Sun, 9 Mar 2025 15:24:30 +0100 Subject: [PATCH] Added pull_request trigger --- .github/workflows/deploy_test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_test.yml b/.github/workflows/deploy_test.yml index 7e5a077..b354acf 100644 --- a/.github/workflows/deploy_test.yml +++ b/.github/workflows/deploy_test.yml @@ -2,8 +2,9 @@ name: Deploy to TDT4242 server development on: push: - branches: - - 'main' + branches: [$default-branch] + pull_request: + branches: [$default-branch] workflow_dispatch: inputs: config: