mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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:
parent
b62de1376d
commit
0a5bd09a61
2
.github/workflows/test-retest-action.yaml
vendored
2
.github/workflows/test-retest-action.yaml
vendored
@ -3,7 +3,7 @@ name: test-retest-action
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [devel]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user