From c1185d916782349f9517f9eed7c5dd9c54342276 Mon Sep 17 00:00:00 2001 From: Julie Lundberg Suter Date: Sun, 9 Mar 2025 14:37:40 +0100 Subject: [PATCH] Added workflow trigger when pushing to main --- .github/workflows/deploy_test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy_test.yml b/.github/workflows/deploy_test.yml index a14f485..a6c3c27 100644 --- a/.github/workflows/deploy_test.yml +++ b/.github/workflows/deploy_test.yml @@ -1,6 +1,9 @@ name: Deploy to TDT4242 server development on: + push: + branches: + - 'main' workflow_dispatch: inputs: config: