From 7adb921812b7898ca2c76f1cdc8f2f4985251189 Mon Sep 17 00:00:00 2001 From: Rostislav Dugin Date: Mon, 8 Sep 2025 17:52:41 +0300 Subject: [PATCH] FEATURE (deploy): Make linting on each commit & PR --- .github/workflows/ci-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index ea30cc8..2992e88 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -2,9 +2,9 @@ name: CI and Release on: push: - branches: [main] + branches: ["**"] pull_request: - branches: [main] + branches: ["**"] workflow_dispatch: jobs: