Description
The CI workflow is configured to run on the main branch, but this repository uses dev as its primary branch.
Impact
CI checks don't run on the actual development branch, allowing broken code to be merged.
Severity
MEDIUM
Recommended Fix
Update .github/workflows/*.yml to trigger on dev branch instead of or in addition to main.
Description
The CI workflow is configured to run on the
mainbranch, but this repository usesdevas its primary branch.Impact
CI checks don't run on the actual development branch, allowing broken code to be merged.
Severity
MEDIUM
Recommended Fix
Update
.github/workflows/*.ymlto trigger ondevbranch instead of or in addition tomain.