From 40a3eac704c9e908aae4ffbb437b130a10fd3955 Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 6 Oct 2025 11:28:26 -0700 Subject: [PATCH] Adjust tag match to exclude s. --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 111b0222..80d71b90 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -3,7 +3,7 @@ name: CI/CD Pipeline on: push: tags: - - "*" + - "[0-9]+.[0-9]+.[0-9]+" jobs: release: