Add rules for CI

This commit is contained in:
itqop 2025-07-19 17:36:58 +03:00
parent 75e23de4ba
commit f235c5b18a
1 changed files with 6 additions and 0 deletions

View File

@ -4,9 +4,15 @@ on:
push: push:
branches: branches:
- main - main
paths-ignore:
- 'README.md'
- 'docs/**'
pull_request: pull_request:
branches: branches:
- main - main
paths-ignore:
- 'README.md'
- 'docs/**'
jobs: jobs:
lint_and_test: lint_and_test: