From 80065b0f80f8ef9c207122d74ef4e7860b7fa3f3 Mon Sep 17 00:00:00 2001 From: Npepperlinux Date: Tue, 10 Dec 2024 11:35:28 +0900 Subject: [PATCH] =?UTF-8?q?Flutter=20Test=E3=82=92=E7=89=B9=E5=AE=9A?= =?UTF-8?q?=E3=81=AE=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=8C=E5=A4=89?= =?UTF-8?q?=E6=9B=B4=E3=81=95=E3=82=8C=E3=81=9F=E5=A0=B4=E5=90=88=E3=81=AE?= =?UTF-8?q?=E3=81=BF=E5=AE=9F=E8=A1=8C=E3=81=99=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dart_test.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/dart_test.yml b/.github/workflows/dart_test.yml index af221756d..8ee3ef4b5 100644 --- a/.github/workflows/dart_test.yml +++ b/.github/workflows/dart_test.yml @@ -8,8 +8,18 @@ name: Flutter Testを実行する on: push: branches: [ "master", "develop" ] + paths: + - '**.arb' + - '**.dart' + - '.fvmrc' + - 'pubspec.lock' pull_request: branches: [ "master", "develop" ] + paths: + - '**.arb' + - '**.dart' + - '.fvmrc' + - 'pubspec.lock' permissions: contents: read