ci: fix branch naming
This commit is contained in:
parent
2bf0e0e738
commit
f86f48178d
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
when:
|
||||
branch: main
|
||||
branch: master
|
||||
event: [push, pull_request]
|
||||
path:
|
||||
include:
|
||||
|
|
|
@ -37,7 +37,7 @@ steps:
|
|||
owner: ${CI_REPO_OWNER}
|
||||
repo: ${CI_REPO_NAME}
|
||||
branch: flake-lock-update
|
||||
base_branch: main
|
||||
base_branch: master
|
||||
pr_title: "flake.lock: update"
|
||||
pr_body: PR automatically created by Woodpecker CI
|
||||
close_pr_if_empty: true
|
||||
|
|
Loading…
Reference in a new issue