diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 575d5c13..8b0d15ea 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -1,9 +1,9 @@ name: renovate on: + push: + branches: [main, master] workflow_dispatch: - branches: - - [main, master] inputs: dryrun: description: Perform a dry run by logging messages instead of creating/updating/deleting branches and PRs.