From 8de5b5891f96c00468868f4a366e0ecdfdbe35b7 Mon Sep 17 00:00:00 2001 From: BjornFJohansson Date: Wed, 7 Jun 2023 06:37:11 +0100 Subject: [PATCH] try to not run tests on master --- .github/workflows/pydna_test_and_coverage_workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pydna_test_and_coverage_workflow.yml b/.github/workflows/pydna_test_and_coverage_workflow.yml index 3672c8ad..bcc21932 100644 --- a/.github/workflows/pydna_test_and_coverage_workflow.yml +++ b/.github/workflows/pydna_test_and_coverage_workflow.yml @@ -3,6 +3,7 @@ on: push: branches: - '**' + - '!master' # excludes master tags-ignore: - '*.*' pull_request: {}