File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ name: integration-tests
33on :
44 push :
55 branches : [ main ]
6- paths :
7- - " **.py "
6+ paths-ignore :
7+ - " **.md "
88
99 pull_request :
1010 branches : [ main ]
11- paths :
12- - " **.py "
11+ paths-ignore :
12+ - " **.md "
1313
1414concurrency :
1515 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
2424 strategy :
2525 matrix :
2626 python-version :
27- - " 3.9"
2827 - " 3.10"
2928 - " 3.11"
3029 - " 3.12"
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ name: unit-tests
33on :
44 push :
55 branches : [ main ]
6- paths :
7- - " **.py "
6+ paths-ignore :
7+ - " **.md "
88
99 pull_request :
1010 branches : [ main ]
11- paths :
12- - " **.py "
11+ paths-ignore :
12+ - " **.md "
1313
1414concurrency :
1515 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
2424 strategy :
2525 matrix :
2626 python-version :
27- - " 3.9"
2827 - " 3.10"
2928 - " 3.11"
3029 - " 3.12"
You can’t perform that action at this time.
0 commit comments