Trigger linting on PRs to any branch, not just master

This commit is contained in:
Alexander Gorelyshev
2025-12-08 12:03:18 +04:00
parent de562f0266
commit 218bf304e1
2 changed files with 1 additions and 5 deletions

View File

@@ -3,8 +3,7 @@ name: kics
on:
pull_request:
branches: ["master"]
jobs:
kics:
runs-on: ubuntu-latest