diff options
| author | Jon Turney <jon.turney@dronecode.org.uk> | 2024-07-29 14:20:33 +0100 |
|---|---|---|
| committer | Jon Turney <jon.turney@dronecode.org.uk> | 2024-08-03 14:12:46 +0100 |
| commit | fdf8605b840892156ed7021a259761d32900fabc (patch) | |
| tree | e1d9b480c2e89dd3c36f2c4a005f324d6f84fddf /.github | |
| parent | fa4f2339465ce3d755e2df802ebd5aa962e2ad27 (diff) | |
| download | meson-fdf8605b840892156ed7021a259761d32900fabc.tar.gz | |
CI: Adjust path filters to run tests on Cygwin when unittests change
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cygwin.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index d4c0ba53b..ecbe7e21e 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -13,12 +13,14 @@ on: paths: - "mesonbuild/**" - "test cases/**" + - "unittests/**" - ".github/workflows/cygwin.yml" - "run*tests.py" pull_request: paths: - "mesonbuild/**" - "test cases/**" + - "unittests/**" - ".github/workflows/cygwin.yml" - "run*tests.py" |
