Update workflow to trigger on main branch

Changed the AI Code Review GitHub Actions workflow to run on pushes to the main branch instead of the development branch.
This commit is contained in:
Hamit Şimşek
2025-10-31 23:46:09 +03:00
parent 95c2fe79b1
commit a229603922

View File

@@ -3,7 +3,7 @@ name: AI Code Review
on:
push:
branches:
- development
- main
permissions:
contents: read