From 4e97dd320f2295f04aac4846b445c27e670efa36 Mon Sep 17 00:00:00 2001 From: ntkrgk Date: Wed, 15 Apr 2026 13:00:09 +0900 Subject: [PATCH] =?UTF-8?q?gem-push=E3=81=AECI=E3=81=8C=E8=B5=B0=E3=82=8B?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E3=82=92=E4=BB=A5=E5=89=8D=E3=81=AE=E7=8A=B6?= =?UTF-8?q?=E6=85=8B=E3=81=AB=E6=88=BB=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gem-push.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gem-push.yml b/.github/workflows/gem-push.yml index f4f3ff2..98ad172 100644 --- a/.github/workflows/gem-push.yml +++ b/.github/workflows/gem-push.yml @@ -3,8 +3,10 @@ name: Ruby Gem on: workflow_dispatch: push: + branches: + - "master" tags: - - "v*" + - "*" jobs: build: