Skip to content

Commit f6351fa

Browse files
max-sixtyandersy005
authored andcommitted
Run tests on changes to root dotfiles (#9062)
1 parent e12cb2b commit f6351fa

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
@@ -9,11 +9,12 @@ on:
99
- "main"
1010
- "backend-indexing"
1111
paths:
12-
- 'ci/**'
13-
- '.github/**'
14-
- '/*' # covers files such as `pyproject.toml`
15-
- 'properties/**'
16-
- 'xarray/**'
12+
- "ci/**"
13+
- ".github/**"
14+
- "/*" # covers files such as `pyproject.toml`
15+
- "/.*" # ...and dotfiles in the root such as `.pre-commit-config.yaml`
16+
- "properties/**"
17+
- "xarray/**"
1718
workflow_dispatch: # allows you to trigger manually
1819

1920
concurrency:
@@ -55,7 +56,7 @@ jobs:
5556
matrix:
5657
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
5758
# Bookend python versions
58-
python-version: ["3.9", "3.12"]
59+
python-version: ["3.9", "3.12"]
5960
env: [""]
6061
include:
6162
# Minimum python version:

0 commit comments

Comments
 (0)