File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 33
44name : Lint
55
6- on : [push, pull_request]
6+ on :
7+ push :
8+ paths :
9+ - ' **.py'
10+ - ' pyproject.toml'
11+ - ' .github/workflows/black.yaml'
12+ pull_request :
13+ paths :
14+ - ' **.py'
15+ - ' pyproject.toml'
16+ - ' .github/workflows/black.yaml'
717
818concurrency :
919 group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
Original file line number Diff line number Diff line change @@ -5,9 +5,21 @@ name: "CodeQL"
55on :
66 push :
77 branches : [ master ]
8+ paths :
9+ - ' **.py'
10+ - ' **.pyx'
11+ - ' **.c'
12+ - ' **.h'
13+ - ' .github/workflows/codeql-analysis.yml'
814 pull_request :
915 # The branches below must be a subset of the branches above
1016 branches : [ master ]
17+ paths :
18+ - ' **.py'
19+ - ' **.pyx'
20+ - ' **.c'
21+ - ' **.h'
22+ - ' .github/workflows/codeql-analysis.yml'
1123 schedule :
1224 - cron : ' 39 2 * * 5'
1325
You can’t perform that action at this time.
0 commit comments