diff --git a/.github/workflows/autobump.yml b/.github/workflows/autobump.yml index f3d8358..4b99664 100644 --- a/.github/workflows/autobump.yml +++ b/.github/workflows/autobump.yml @@ -2,7 +2,9 @@ name: autobump on: schedule: - cron: '*/15 * * * *' - pull_request: # for testing + push: # for testing + branches: + - '**' jobs: autobump: