From a99af02fa244e64bf9f8c2c1ccc9cf7cb25ed812 Mon Sep 17 00:00:00 2001 From: MatthiasSachs Date: Wed, 30 Oct 2024 20:27:38 +0000 Subject: [PATCH] updated Github workflow for test --- .github/workflows/Tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 9e2dc59..97a87bf 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -6,9 +6,9 @@ name: Tests # events but only for the master branch on: push: - branches: [ main-test, ] + branches: [ main, ] pull_request: - branches: [ main-test, ] + branches: [ main, ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel