From 7c84582bd989afb933992f08bbf2f11b443f94b0 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 15 Jun 2024 09:18:08 -0500 Subject: [PATCH] Tags doesn't work like that --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6dbceb68..4788d568 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,9 +2,10 @@ name: Release on: push: + branches: + - "release*" tags: - "v*.*.*" - - "release*" permissions: contents: read