diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bb83e86448c..2322c8b771d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: @@ -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: