FEATURE (deploy): Make linting on each commit & PR

This commit is contained in:
Rostislav Dugin
2025-09-08 17:52:41 +03:00
parent 0107dab026
commit 7adb921812

View File

@@ -2,9 +2,9 @@ name: CI and Release
on:
push:
branches: [main]
branches: ["**"]
pull_request:
branches: [main]
branches: ["**"]
workflow_dispatch:
jobs: