Skip to content

Commit 3c507cb

Browse files
Fix branch in OpenCV 5.x iOS CI (#98)
1 parent a076e7f commit 3c507cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/OCV-PR-5.x-iOS.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
timeout-minutes: 60
3030
run: |
3131
if [[ "${{ github.event.repository.name }}" == "ci-gha-workflow" || "${{ github.event_name }}" == "schedule" ]]; then
32-
echo "TARGET_BRANCH_NAME=3.4" >> $GITHUB_ENV
32+
echo "TARGET_BRANCH_NAME=5.x" >> $GITHUB_ENV
3333
else
3434
echo "BUILD_PRECOMMIT=1" >> $GITHUB_ENV
3535
fi

0 commit comments

Comments
 (0)