From 82ed8468e7b65760a5782781eae1301ab0cefc2e Mon Sep 17 00:00:00 2001 From: luoliwoshang <2643523683@qq.com> Date: Sat, 6 Sep 2025 10:57:16 +0800 Subject: [PATCH] ci:avoid dependbot trigger reduant push event --- .github/workflows/doc.yml | 4 +++- .github/workflows/fmt.yml | 4 +++- .github/workflows/go.yml | 4 +++- .github/workflows/llgo.yml | 4 +++- .github/workflows/targets.yml | 4 +++- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 1bb57c3e..cb2ba655 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -2,7 +2,9 @@ name: Docs on: push: - branches: ["**"] + branches: + - "**" + - "!dependabot/**" pull_request: branches: ["**"] diff --git a/.github/workflows/fmt.yml b/.github/workflows/fmt.yml index e946028f..a71abe3d 100644 --- a/.github/workflows/fmt.yml +++ b/.github/workflows/fmt.yml @@ -2,7 +2,9 @@ name: Format Check on: push: - branches: ["**"] + branches: + - "**" + - "!dependabot/**" pull_request: branches: ["**"] diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 17614d34..cc5ba05b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,7 +5,9 @@ name: Go on: push: - branches: ["**"] + branches: + - "**" + - "!dependabot/**" pull_request: branches: ["**"] diff --git a/.github/workflows/llgo.yml b/.github/workflows/llgo.yml index bd6d4f70..bb7c3062 100644 --- a/.github/workflows/llgo.yml +++ b/.github/workflows/llgo.yml @@ -5,7 +5,9 @@ name: LLGo on: push: - branches: ["**"] + branches: + - "**" + - "!dependabot/**" pull_request: branches: ["**"] diff --git a/.github/workflows/targets.yml b/.github/workflows/targets.yml index c704a675..9cb36584 100644 --- a/.github/workflows/targets.yml +++ b/.github/workflows/targets.yml @@ -3,7 +3,9 @@ name: Targets on: push: - branches: ["**"] + branches: + - "**" + - "!dependabot/**" pull_request: branches: ["**"]