From 65cbec4f57a26e03b33f6ece3044ba8ca6f245d3 Mon Sep 17 00:00:00 2001 From: "reinoudbaker@hotmail.com" Date: Thu, 17 Feb 2022 11:54:40 +0100 Subject: [PATCH] GitHub actions: only run actions on master --- .github/workflows/publish_to_test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish_to_test.yaml b/.github/workflows/publish_to_test.yaml index d3e59503..539afd7e 100644 --- a/.github/workflows/publish_to_test.yaml +++ b/.github/workflows/publish_to_test.yaml @@ -4,6 +4,8 @@ on: push: tags: - 'v*' + branches: + - master jobs: build-n-publish: