workflows: Trigger on all test harness changes

The following workflows have been updated so that they are
triggered when the any of the test harnesses are updated:

  macos,
  os-comp,
  msys2

Previously only changes to `run_unittests.py` caused these
workflows to be executed.
This commit is contained in:
Andrew McNulty 2024-02-14 13:42:35 +00:00 committed by Eli Schwartz
parent c0bf597715
commit c80ece2410
3 changed files with 6 additions and 6 deletions

View File

@ -15,14 +15,14 @@ on:
- "test cases/**"
- "unittests/**"
- ".github/workflows/macos.yml"
- "run_unittests.py"
- "run*tests.py"
pull_request:
paths:
- "mesonbuild/**"
- "test cases/**"
- "unittests/**"
- ".github/workflows/macos.yml"
- "run_unittests.py"
- "run*tests.py"
permissions:
contents: read

View File

@ -15,14 +15,14 @@ on:
- "test cases/**"
- "unittests/**"
- ".github/workflows/msys2.yml"
- "run_unittests.py"
- "run*tests.py"
pull_request:
paths:
- "mesonbuild/**"
- "test cases/**"
- "unittests/**"
- ".github/workflows/msys2.yml"
- "run_unittests.py"
- "run*tests.py"
permissions:
contents: read

View File

@ -16,7 +16,7 @@ on:
- "unittests/**"
- ".github/workflows/images.yml"
- ".github/workflows/os_comp.yml"
- "run_unittests.py"
- "run*tests.py"
pull_request:
paths:
- "mesonbuild/**"
@ -24,7 +24,7 @@ on:
- "unittests/**"
- ".github/workflows/images.yml"
- ".github/workflows/os_comp.yml"
- "run_unittests.py"
- "run*tests.py"
permissions:
contents: read