From fd3542b005d8aa504bbba001d7873c135ba6f350 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Mon, 3 Jun 2024 11:18:39 -0700 Subject: [PATCH] Run tests on changes to root dotfiles --- .github/workflows/ci.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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: