From dfbc455807056a0f38a4f761f724f5e9d9232e45 Mon Sep 17 00:00:00 2001 From: nrslib <38722970+nrslib@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:23:36 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20feature=20=E3=83=96=E3=83=A9=E3=83=B3?= =?UTF-8?q?=E3=83=81=E3=81=B8=E3=81=AE=20push=20=E3=81=A8=E6=89=8B?= =?UTF-8?q?=E5=8B=95=E5=AE=9F=E8=A1=8C=E3=81=AB=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit takt/** ブランチへの push でも CI が走るよう push トリガーを拡張し、 workflow_dispatch を追加して GitHub UI からの手動実行を可能にする --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b589ef..d695786 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,8 @@ on: branches: [main] types: [opened, synchronize, ready_for_review] push: - branches: [main] + branches: [main, "takt/**"] + workflow_dispatch: jobs: lint: