Skip to content

Commit becc0bb

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 a9e12d3 commit becc0bb

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ on:
88
branches:
99
- "main"
1010
- "backend-indexing"
11+
paths:
12+
- 'ci/**'
13+
- '.github/**'
14+
- '/*' # covers files such as `pyproject.toml`
15+
- 'properties/**'
16+
- 'xarray/**'
1117
workflow_dispatch: # allows you to trigger manually
1218

1319
concurrency:

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ on:
88
branches:
99
- "main"
1010
- "backend-indexing"
11+
paths:
12+
- 'ci/**'
13+
- '.github/**'
14+
- '/*' # covers files such as `pyproject.toml`
15+
- 'properties/**'
16+
- 'xarray/**'
1117
workflow_dispatch: # allows you to trigger manually
1218

1319
concurrency:

0 commit comments

Comments
 (0)