Skip to content

Commit 802ec2f

Browse files
committed
ci: include workflow files in their own path filters
1 parent 7ca00c0 commit 802ec2f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/black.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ on:
88
paths:
99
- '**.py'
1010
- 'pyproject.toml'
11+
- '.github/workflows/black.yaml'
1112
pull_request:
1213
paths:
1314
- '**.py'
1415
- 'pyproject.toml'
16+
- '.github/workflows/black.yaml'
1517

1618
concurrency:
1719
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- '**.pyx'
1111
- '**.c'
1212
- '**.h'
13+
- '.github/workflows/codeql-analysis.yml'
1314
pull_request:
1415
# The branches below must be a subset of the branches above
1516
branches: [ master ]
@@ -18,6 +19,7 @@ on:
1819
- '**.pyx'
1920
- '**.c'
2021
- '**.h'
22+
- '.github/workflows/codeql-analysis.yml'
2123
schedule:
2224
- cron: '39 2 * * 5'
2325

0 commit comments

Comments
 (0)