From f94d0ed8cd21801beec606feedd077423a27b838 Mon Sep 17 00:00:00 2001 From: Shibuya Keita Date: Thu, 22 Feb 2024 14:31:40 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20#5=20feature/*=20=E3=81=B8=E3=81=AE=20Pu?= =?UTF-8?q?sh=20=E6=99=82=E3=81=AE=E3=81=BF=20CI=20=E3=82=92=E3=83=88?= =?UTF-8?q?=E3=83=AA=E3=82=AC=E3=83=BC=E3=81=99=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check_install.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_install.yaml b/.github/workflows/check_install.yaml index 758382d..f27eced 100644 --- a/.github/workflows/check_install.yaml +++ b/.github/workflows/check_install.yaml @@ -1,6 +1,10 @@ name: Check install script -on: [push] +# feature/* ブランチへの Push 時に実行 +on: + push: + branches: + - feature/* jobs: # Ubuntu 環境での動作確認