diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index a0372c1d..6b4ec81c 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 3ef78aff..b29aa066 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 7fb0ebed..df6ff534 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 b0f1edeb..72950dde 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 c11c58e8..944a87b8 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: ["**"]