Skip to content

Commit 1f3bc7e

Browse files
authored
Run tests on changes to root dotfiles (#9062)
1 parent eda322a commit 1f3bc7e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/ci.yaml

+7-6
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ on:
77
branches:
88
- "main"
99
paths:
10-
- 'ci/**'
11-
- '.github/**'
12-
- '/*' # covers files such as `pyproject.toml`
13-
- 'properties/**'
14-
- 'xarray/**'
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/**"
1516
workflow_dispatch: # allows you to trigger manually
1617

1718
concurrency:
@@ -53,7 +54,7 @@ jobs:
5354
matrix:
5455
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
5556
# Bookend python versions
56-
python-version: ["3.9", "3.12"]
57+
python-version: ["3.9", "3.12"]
5758
env: [""]
5859
include:
5960
# Minimum python version:

0 commit comments

Comments
 (0)