Skip to content

Commit

Permalink
CI: Adjust path filters to run tests on Cygwin when unittests change
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-turney committed Aug 3, 2024
1 parent fa4f233 commit fdf8605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit fdf8605

Please sign in to comment.