From 3b32a2c8f781a7e88d6ec25785d8c2f156ae8a0f Mon Sep 17 00:00:00 2001 From: Philippus Baalman Date: Sun, 13 Oct 2024 14:17:15 +0200 Subject: [PATCH] Run release action on tags starting with 'v' --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d97c90..1012e6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,7 @@ name: release on: push: - branches: [main] - tags: ["*"] + tags: ["v*"] jobs: publish: runs-on: ubuntu-latest