Skip to content
forked from pydata/xarray

Commit 0cf1519

Browse files
committed
Revert "Run tests on changes to root dotfiles (pydata#9062)"
This reverts commit 1f3bc7e.
1 parent a47414e commit 0cf1519

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ on:
77
branches:
88
- "main"
99
paths:
10-
- "ci/**"
11-
- ".github/**"
12-
- "/*" # covers files such as `pyproject.toml`
13-
- "/.*" # ...and dotfiles in the root such as `.pre-commit-config.yaml`
14-
- "properties/**"
15-
- "xarray/**"
10+
- 'ci/**'
11+
- '.github/**'
12+
- '/*' # covers files such as `pyproject.toml`
13+
- 'properties/**'
14+
- 'xarray/**'
1615
workflow_dispatch: # allows you to trigger manually
1716

1817
concurrency:
@@ -54,7 +53,7 @@ jobs:
5453
matrix:
5554
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
5655
# Bookend python versions
57-
python-version: ["3.9", "3.12"]
56+
python-version: ["3.9", "3.12"]
5857
env: [""]
5958
include:
6059
# Minimum python version:

0 commit comments

Comments
 (0)