From a2296039220410760a6c08a837135fc03ed7e511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hamit=20=C5=9Eim=C5=9Fek?= <117159961+lightningcell@users.noreply.github.com> Date: Fri, 31 Oct 2025 23:46:09 +0300 Subject: [PATCH] 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. --- .github/workflows/ai-code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ai-code-review.yml b/.github/workflows/ai-code-review.yml index 81f1c89..2c53e43 100644 --- a/.github/workflows/ai-code-review.yml +++ b/.github/workflows/ai-code-review.yml @@ -3,7 +3,7 @@ name: AI Code Review on: push: branches: - - development + - main permissions: contents: read