Skip to content
forked from pydata/xarray

Commit dad7e02

Browse files
committed
Trigger CI only if code files are modified.
Fixes pydata#8705
1 parent aaa778c commit dad7e02

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci-additional.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches:
88
- "main"
9+
paths:
10+
- 'ci/**'
11+
- 'xarray/**'
912
workflow_dispatch: # allows you to trigger manually
1013

1114
concurrency:

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches:
88
- "main"
9+
paths:
10+
- 'ci/**'
11+
- 'xarray/**'
912
workflow_dispatch: # allows you to trigger manually
1013

1114
concurrency:

0 commit comments

Comments
 (0)