From 9a21e628953398ca3d4dfeb76e2b79fa7f57888d Mon Sep 17 00:00:00 2001 From: L-Super <120311070@qq.com> Date: Sun, 13 Oct 2024 16:38:22 +0800 Subject: [PATCH] chore: fix ci actions --- .github/workflows/build.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61088a5..f8fb266 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ name: build on: - push, pull_request: + push: branches: - "main" - "feature/**" @@ -10,6 +10,15 @@ on: - "README.md" - "README-zh.md" - "LICENSE" + pull_request: + branches: + - "main" + - "feature/**" + - "bugfix/**" + paths-ignore: + - "README.md" + - "README-zh.md" + - "LICENSE" jobs: linux-build: