We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ed6dd commit ac466c6Copy full SHA for ac466c6
1 file changed
.github/workflows/main.yaml
@@ -3,8 +3,22 @@ name: main
3
on:
4
push:
5
branches: [ master ]
6
+ paths:
7
+ - csaps/**/*
8
+ - docs/**/*
9
+ - tests/**/*
10
+ - poetry.lock
11
+ - pyproject.toml
12
+ - .github/workflows/main.yml
13
pull_request:
14
15
16
17
18
19
20
21
22
23
jobs:
24
tests:
0 commit comments