1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00
Files
opencv/.github/workflows/5.x.yml
T
Alexander Smorkalov 82ff8e45e9 Merge branch 4.x
2026-02-14 15:37:33 +03:00

14 lines
226 B
YAML

name: 5.x
on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
CodeQL:
uses: opencv/ci-gha-workflow/.github/workflows/OCV-CodeQL.yaml@main
with:
target_branch: '5.x'
workflow_branch: main