diff --git a/.github/workflows/dependency-update.go-mod-tidy_and_make-package-specs.yaml b/.github/workflows/dependency-update.go-mod-tidy_and_make-package-specs.yaml index 1c8895efa2..f5e08d9775 100644 --- a/.github/workflows/dependency-update.go-mod-tidy_and_make-package-specs.yaml +++ b/.github/workflows/dependency-update.go-mod-tidy_and_make-package-specs.yaml @@ -1,6 +1,18 @@ name: "renovate-/ospo-bot: go mod tidy and make package-specs" on: - pull_request: &on-filter + pull_request: + branches: + - "renovate/**" + - "dependabot/**" + paths: + - ".github/workflows/dependency-update-go-mod-tidy.yaml" + - "src/**/go.mod" + - "src/**/go.sum" + push: + # TODO: As soon as Github solves issue + # and this event-configuration remains identical to the one for `pull_request`, + # anchors and aliases may be used, see the official + # [yaml-documentation](). branches: - "renovate/**" - "dependabot/**" @@ -8,7 +20,6 @@ on: - ".github/workflows/dependency-update-go-mod-tidy.yaml" - "src/**/go.mod" - "src/**/go.sum" - push: *on-filter workflow_dispatch: {} jobs: go-mod-tidy: