We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b342ba6 commit 5fc82beCopy full SHA for 5fc82be
1 file changed
.github/workflows/ci.yml
@@ -2,15 +2,19 @@ name: CI
2
3
on:
4
push:
5
- branches: [main, develop]
6
- paths-ignore:
7
- - 'docs/**'
8
- - '**.md'
+ branches: [main, develop, feature/**]
+ paths:
+ - '**.py'
+ - 'pyproject.toml'
9
+ - 'uv.lock'
10
+ - '.github/workflows/**'
11
pull_request:
12
13
14
15
16
17
18
19
jobs:
20
lint:
0 commit comments