Skip to content

Commit b183740

Browse files
committed
Update sync-dev-to-vX.Y-dev.yaml
1 parent 2a0d1aa commit b183740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sync-dev-to-vX.Y-dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
id: pull_requests
2525
shell: bash
2626
run: |
27+
git branch -r --list
2728
DEV_BRANCHES=$(git branch -r --list origin/v?.?-dev)
2829
echo "DEV_BRANCHES=$DEV_BRANCHES"
2930
for DEV_BRANCH in $DEV_BRANCHES; do

0 commit comments

Comments
 (0)