From 43dfec6a662338fb03d18ef0b06d8191f01cbd53 Mon Sep 17 00:00:00 2001 From: chihiro-h Date: Sun, 1 Oct 2023 08:33:13 +0900 Subject: [PATCH] update(workflow): Add condition for tag --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7a9848a..b982c8b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,6 +3,8 @@ name: release on: push: branches: [main] + tags: + - "v*" jobs: release: