diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 1bb57c3ebb..cb2ba6552d 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 e946028f6c..a71abe3df7 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 17614d34e0..cc5ba05b9f 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 bd6d4f702c..bb7c3062b5 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 c704a675e0..9cb3658466 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: ["**"]