Skip to content

Commit ae9d002

Browse files
committed
Revert "Trigger CI only if code files are modified. (pydata#9006)"
This reverts commit 2ad98b1.
1 parent 0cf1519 commit ae9d002

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ on:
66
pull_request:
77
branches:
88
- "main"
9-
paths:
10-
- 'ci/**'
11-
- '.github/**'
12-
- '/*' # covers files such as `pyproject.toml`
13-
- 'properties/**'
14-
- 'xarray/**'
159
workflow_dispatch: # allows you to trigger manually
1610

1711
concurrency:

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ on:
66
pull_request:
77
branches:
88
- "main"
9-
paths:
10-
- 'ci/**'
11-
- '.github/**'
12-
- '/*' # covers files such as `pyproject.toml`
13-
- 'properties/**'
14-
- 'xarray/**'
159
workflow_dispatch: # allows you to trigger manually
1610

1711
concurrency:

0 commit comments

Comments
 (0)