From 77ed9621bdd759b488bc31a22c61c592d58e613d Mon Sep 17 00:00:00 2001 From: servostar Date: Tue, 26 Nov 2024 10:12:51 +0000 Subject: [PATCH] ci: make github action run on tags (#113) Reviewed-on: https://git.montehaselino.de/DHBW/dhbw-abb-typst-template/pulls/113 Co-authored-by: servostar Co-committed-by: servostar --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a843d5e..12cd446 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,10 @@ name: Build'n check - on: push: branches: - main - + tags: + - 'v[0-9]+.[0-9]+.[0-9]+' jobs: build: name: Check Template and Build example