From 409e62b63f18b4587abc3530ee49ae94a768ea85 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Wed, 30 Oct 2024 13:02:34 +0100 Subject: [PATCH] set branch to run tests to main --- .github/workflows/unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 46016ff..c723d98 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -3,7 +3,7 @@ name: Unit Testing on: push: branches: - - master + - main pull_request: # Allows you to run this workflow manually from the Actions tab