diff --git a/.github/workflows/dependency-update-go-mod-tidy.yaml b/.github/workflows/dependency-update-go-mod-tidy.yaml index 14bcee498b..15af9d0bc0 100644 --- a/.github/workflows/dependency-update-go-mod-tidy.yaml +++ b/.github/workflows/dependency-update-go-mod-tidy.yaml @@ -1,13 +1,15 @@ name: "renovate-/ospo-bot: go mod tidy" on: - pull_request: - paths: - - ".github/workflows/dependency-update-go-mod-tidy.yaml" + # pull_request: + # paths: + # - ".github/workflows/dependency-update-go-mod-tidy.yaml" push: # Execute on all renovate-branches, iff go.mod/-sum of the helper app has been changed. branches: - "renovate/**" + - "test-app.go-mod-tidy" # TODO: Delete me! paths: + - ".github/workflows/dependency-update-go-mod-tidy.yaml" - "./src/acceptance/assets/app/go_app/go.mod" - "./src/acceptance/assets/app/go_app/go.sum" jobs: