workflows: backport: Switch to using main
The workflow was pointing to `master` instead of `main`, which prevented it from running after the branch was renamed. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
7f77240126
commit
c5e50ef0e2
2
.github/workflows/backport.yml
vendored
2
.github/workflows/backport.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
- closed
|
||||
- labeled
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
backport:
|
||||
|
|
Loading…
Reference in a new issue