From 41b8a9af3def0e442ea351f8854d89637781817c Mon Sep 17 00:00:00 2001 From: Tim Siebert Date: Tue, 29 Oct 2024 20:49:57 +0100 Subject: [PATCH] small workflow for tests --- .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 0b699354..0d1e538a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,9 +2,9 @@ name: Run Tests on: push: - branches: [ "workflows" ] + branches: [ "master" ] pull_request: - branches: [ "workflows" ] + branches: [ "master" ] jobs: build: