1 parent abb551a commit 6ea1d52Copy full SHA for 6ea1d52
1 file changed
.github/workflows/ci.yml
@@ -2,9 +2,21 @@ name: CI
2
3
on:
4
push:
5
- branches: [main, master]
+ branches: [master]
6
+ paths:
7
+ - 'src/**'
8
+ - 'tests/**'
9
+ - '.github/workflows/ci.yml'
10
+ - 'requirements.txt'
11
+ - 'pyproject.toml'
12
pull_request:
13
14
15
16
17
18
19
20
21
concurrency:
22
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments