From 1109f460ccc64635cea079abcd6d9393be185c40 Mon Sep 17 00:00:00 2001 From: Bernhard Kirchen Date: Thu, 4 Apr 2024 13:50:38 +0200 Subject: [PATCH] workflow: ignore v** tags this is an attempt to exempt the whole build workflow (and respective releases from being created) for upstream tags. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83f9bab23..fed5b5fb9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ on: - master - development tags-ignore: - - v* + - 'v**' pull_request: paths-ignore: - docs/**