From 4f73408e2c5e3b3ebf040d8c4363c2e15bdeb729 Mon Sep 17 00:00:00 2001 From: Bastian Krol Date: Wed, 26 Jun 2024 16:41:27 +0200 Subject: [PATCH] ci: fix trigger glob for tags --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8900043e..7b2c8527 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,10 +4,10 @@ on: push: branches: - 'main' + tags: + - '*.*.*' paths-ignore: - '*.md' - tags: - - 'v*' pull_request: paths-ignore: - '*.md'