diff --git a/.github/workflows/checkDocSync.yml b/.github/workflows/checkDocSync.yml index 26bb3e3198..83a2285b21 100644 --- a/.github/workflows/checkDocSync.yml +++ b/.github/workflows/checkDocSync.yml @@ -16,6 +16,8 @@ name: Check Documentation Synchronized on: pull_request: push: + branches: + - '!dependabot/*' jobs: build: runs-on: ubuntu-latest diff --git a/.github/workflows/checkSite.yml b/.github/workflows/checkSite.yml index f2d63fae24..b41a5f783e 100644 --- a/.github/workflows/checkSite.yml +++ b/.github/workflows/checkSite.yml @@ -18,6 +18,8 @@ on: paths: - "site/**" push: + branches: + - '!dependabot/*' paths: - "site/**" jobs: diff --git a/.github/workflows/e2eEnvironment.yml b/.github/workflows/e2eEnvironment.yml index ec4ace17cd..3ce66df781 100644 --- a/.github/workflows/e2eEnvironment.yml +++ b/.github/workflows/e2eEnvironment.yml @@ -19,6 +19,8 @@ on: - "docs/**" - "site/**" push: + branches: + - '!dependabot/*' paths-ignore: - "docs/**" - "site/**" diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index add42c8608..13cf437455 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,6 +26,8 @@ on: - "site/**" - "**.md" push: + branches: + - '!dependabot/*' env: GOPATH: ${{ github.workspace }}/go diff --git a/.github/workflows/live-e2e.yml b/.github/workflows/live-e2e.yml index c324a66c7a..bc7c95dbfa 100644 --- a/.github/workflows/live-e2e.yml +++ b/.github/workflows/live-e2e.yml @@ -19,6 +19,8 @@ on: - "docs/**" - "site/**" push: + branches: + - '!dependabot/*' paths-ignore: - "docs/**" - "site/**" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 74d82322c8..bfce8f056a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,8 +15,10 @@ name: kpt Release on: push: + branches: + - '!dependabot/*' tags: - - "v[1-9].*.*" + - "v[1-9].*.*" jobs: build: diff --git a/.github/workflows/verifyContent.yml b/.github/workflows/verifyContent.yml index 9c20a9d756..6aab9a3f93 100644 --- a/.github/workflows/verifyContent.yml +++ b/.github/workflows/verifyContent.yml @@ -20,6 +20,8 @@ on: - "commands/**" - "internal/**" push: + branches: + - '!dependabot/*' paths: - "site/**" - "commands/**"