Skip to content

Commit

Permalink
Run tests on changes to root dotfiles (pydata#9062)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Jun 3, 2024
1 parent eda322a commit 1f3bc7e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ on:
branches:
- "main"
paths:
- 'ci/**'
- '.github/**'
- '/*' # covers files such as `pyproject.toml`
- 'properties/**'
- 'xarray/**'
- "ci/**"
- ".github/**"
- "/*" # covers files such as `pyproject.toml`
- "/.*" # ...and dotfiles in the root such as `.pre-commit-config.yaml`
- "properties/**"
- "xarray/**"
workflow_dispatch: # allows you to trigger manually

concurrency:
Expand Down Expand Up @@ -53,7 +54,7 @@ jobs:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
# Bookend python versions
python-version: ["3.9", "3.12"]
python-version: ["3.9", "3.12"]
env: [""]
include:
# Minimum python version:
Expand Down

0 comments on commit 1f3bc7e

Please sign in to comment.