Skip to content

Commit 18c5c70

Browse files
dcherianmax-sixty
authored andcommitted
Trigger CI only if code files are modified. (#9006)
* Trigger CI only if code files are modified. Fixes #8705 * Apply suggestions from code review Co-authored-by: Maximilian Roos <[email protected]> --------- Co-authored-by: Maximilian Roos <[email protected]>
1 parent 96ac4b7 commit 18c5c70

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/ci-additional.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ on:
1414
- 'properties/**'
1515
- 'xarray/**'
1616
- "backend-indexing"
17+
paths:
18+
- 'ci/**'
19+
- '.github/**'
20+
- '/*' # covers files such as `pyproject.toml`
21+
- 'properties/**'
22+
- 'xarray/**'
1723
workflow_dispatch: # allows you to trigger manually
1824

1925
concurrency:

.github/workflows/ci.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ on:
1414
- 'properties/**'
1515
- 'xarray/**'
1616
- "backend-indexing"
17+
paths:
18+
- 'ci/**'
19+
- '.github/**'
20+
- '/*' # covers files such as `pyproject.toml`
21+
- 'properties/**'
22+
- 'xarray/**'
1723
workflow_dispatch: # allows you to trigger manually
1824

1925
concurrency:

0 commit comments

Comments
 (0)