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:
Carles Cufi 2021-05-31 11:49:49 +02:00 committed by Anas Nashif
parent 7f77240126
commit c5e50ef0e2

View file

@ -5,7 +5,7 @@ on:
- closed
- labeled
branches:
- master
- main
jobs:
backport: