From c65dc73434399762b6e545d9030e79d8286d3a61 Mon Sep 17 00:00:00 2001 From: Maurizio Turatti Date: Thu, 10 Aug 2023 10:58:58 +0200 Subject: [PATCH] Ignore the master branch when there are tags [skip ci] --- .github/workflows/tags.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tags.yml b/.github/workflows/tags.yml index f8d408cc4..2ace8a8ac 100644 --- a/.github/workflows/tags.yml +++ b/.github/workflows/tags.yml @@ -4,6 +4,8 @@ name: Build stable release on: push: + branches: + - "!master" # Ignore the master branch tags: - "*"