From c88ad488c4550d3b078a0f41688db9362fa819ca Mon Sep 17 00:00:00 2001 From: suopovate <806019582@qq.com> Date: Mon, 13 May 2024 09:55:04 +0800 Subject: [PATCH] optimize test workflow trigger event --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8dc256d..dbaa12b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,9 +10,9 @@ name: Run Tests on: push: - branches: [ "*" ] + branches: [ "**" ] pull_request: - branches: [ "*" ] + branches: [ "**" ] jobs: test: