From a83f5b35b97b0e1a0d49fa75bd4829588f42dbf3 Mon Sep 17 00:00:00 2001 From: raon0211 Date: Fri, 31 May 2024 15:21:16 +0900 Subject: [PATCH] release job --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac4f8627..28164299 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,6 +2,8 @@ name: Release on: push: + branches: + - "*" tags: - "v*.*.*"