Skip to content

Commit a076e7f

Browse files
Fix wrong target branch in the iOS 4.x pipeline (#96)
1 parent d91a776 commit a076e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/OCV-PR-4.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=4.x" >> $GITHUB_ENV
3333
else
3434
echo "BUILD_PRECOMMIT=1" >> $GITHUB_ENV
3535
fi

0 commit comments

Comments
 (0)