Add rules for CI
This commit is contained in:
parent
75e23de4ba
commit
f235c5b18a
|
@ -4,9 +4,15 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'docs/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'docs/**'
|
||||
|
||||
jobs:
|
||||
lint_and_test:
|
||||
|
|
Loading…
Reference in New Issue