Skip to content

Commit

Permalink
Try out other workflow-triggers;
Browse files Browse the repository at this point in the history
  • Loading branch information
joergdw committed Sep 13, 2023
1 parent 960ba20 commit 443c240
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/dependency-update-go-mod-tidy.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 443c240

Please sign in to comment.