ci: fix branch name in retest action

updated the branch name from main to
devel in retest action workflow.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2021-11-16 20:32:22 +05:30 committed by mergify[bot]
parent b62de1376d
commit 0a5bd09a61

View File

@ -3,7 +3,7 @@ name: test-retest-action
# yamllint disable-line rule:truthy
on:
pull_request:
branches: [main]
branches: [devel]
jobs:
build: