From 0a5bd09a612c3f36629d9401170814ddca458ed4 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Tue, 16 Nov 2021 20:32:22 +0530 Subject: [PATCH] ci: fix branch name in retest action updated the branch name from main to devel in retest action workflow. Signed-off-by: Madhu Rajanna --- .github/workflows/test-retest-action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-retest-action.yaml b/.github/workflows/test-retest-action.yaml index 73cbef9a2..d264e220e 100644 --- a/.github/workflows/test-retest-action.yaml +++ b/.github/workflows/test-retest-action.yaml @@ -3,7 +3,7 @@ name: test-retest-action # yamllint disable-line rule:truthy on: pull_request: - branches: [main] + branches: [devel] jobs: build: