From 27d902c0cbcf1332c5d7631a46827d1b56084e8f Mon Sep 17 00:00:00 2001 From: HellgrenR Date: Wed, 15 May 2024 13:28:46 +0200 Subject: [PATCH] Now activates on pushes to main --- .github/workflows/testDeploy.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testDeploy.yml b/.github/workflows/testDeploy.yml index 43abd56..00efbc7 100644 --- a/.github/workflows/testDeploy.yml +++ b/.github/workflows/testDeploy.yml @@ -1,9 +1,11 @@ name: Test Deploy -# This workflow will run on every push to the repository in the dev branch. +# This workflow will run on every push to the repository in the dev and main branch. on: push: - branches: [ "dev" ] + branches: + - main + - dev # The jobs to run in this workflow are defined here. jobs: