From e988a1fa4da4a9c180a8a2d6fc5187d47f918e40 Mon Sep 17 00:00:00 2001 From: Basyrov Rustam Date: Thu, 5 Jun 2025 23:03:29 +0300 Subject: [PATCH] add new trigger --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be21064..2612c31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,10 @@ on: branches: - dev + pull_request: + branches: + - main + jobs: linters: runs-on: ubuntu-latest