From f1f16b620cc8290b9d34f647fd01320debab3490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Kuni=C3=9F?= Date: Wed, 27 Dec 2023 23:28:55 +0100 Subject: [PATCH] One asterisk is enough for matching a tag to be ignored according to https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-excluding-branches-and-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 2a1d3de..6172d4d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ on: pull_request: push: tags-ignore: - - v** + - v* jobs: build: