From c66e45524e2a146fe530836729200e4bcba9593f Mon Sep 17 00:00:00 2001 From: Shinya Kumagai Date: Sat, 20 Jul 2024 20:42:42 +0900 Subject: [PATCH] Refactor web implementation package workflow --- .github/workflows/web_implementation_package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/web_implementation_package.yml b/.github/workflows/web_implementation_package.yml index 4c08b1c..ce36df6 100644 --- a/.github/workflows/web_implementation_package.yml +++ b/.github/workflows/web_implementation_package.yml @@ -3,15 +3,15 @@ name: CI for the web implementation package on: push: - branches: - - main - - develop + branches: [ main ] paths: - 'flutter_custom_tabs_web/**' + - '.github/workflows/web_implementation_package.yml' - '!**.md' pull_request: paths: - 'flutter_custom_tabs_web/**' + - '.github/workflows/web_implementation_package.yml' - '!**.md' jobs: