From 2b8bb09cacef354ea68e8ea04f2a97fba3977f48 Mon Sep 17 00:00:00 2001 From: Johannes Soltwedel <38459088+jo-mueller@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:04:01 +0100 Subject: [PATCH] Update test_and_deploy.yml trigger tests for every PR --- .github/workflows/test_and_deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index dca68ab..3633782 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -5,15 +5,15 @@ name: tests on: push: - # branches: - # - master - # - main + branches: + - master + - main tags: - "*" # Push events with any tag pull_request: - branches: - - master - - main + #branches: + # - master + # - main workflow_dispatch: jobs: