From 9c22e940f7c5ca948ff957ecf87c0f8419abbc7c Mon Sep 17 00:00:00 2001 From: Tom Martensen Date: Tue, 1 Aug 2023 13:15:20 +0200 Subject: [PATCH] run build and push workflow also on master (#928) --- .github/workflows/ReleaseTagged.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ReleaseTagged.yaml b/.github/workflows/ReleaseTagged.yaml index 2e25b8331..3757ebd5f 100644 --- a/.github/workflows/ReleaseTagged.yaml +++ b/.github/workflows/ReleaseTagged.yaml @@ -2,6 +2,8 @@ name: Release Tagged on: push: + branches: + - master tags: - "[0-9]+.[0-9]+.[0-9]+*"