Use push event instead
create-pull-request doesn't work with pull-request event. https://github.com/peter-evans/create-pull-request/issues/75
This commit is contained in:
4
.github/workflows/autobump.yml
vendored
4
.github/workflows/autobump.yml
vendored
@@ -2,7 +2,9 @@ name: autobump
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '*/15 * * * *'
|
- cron: '*/15 * * * *'
|
||||||
pull_request: # for testing
|
push: # for testing
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
autobump:
|
autobump:
|
||||||
|
|||||||
Reference in New Issue
Block a user