From df75b34c5b1ebc1dd8420ae6aba55378ffa0b054 Mon Sep 17 00:00:00 2001 From: StarHeart Date: Sun, 5 Nov 2023 13:11:31 +0800 Subject: [PATCH] :construction_worker: update trigger paths --- .github/workflows/codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 1e30d7a8e04a..a54111d6f5ed 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -9,7 +9,8 @@ on: - "nonebot/**" - "packages/**" - "tests/**" - - "actions/setup-python/**" + - ".github/actions/setup-python/**" + - ".github/workflows/codecov.yml" - "pyproject.toml" - "poetry.lock"