CI: fix a typo in the msys2 workflow trigger paths
This commit is contained in:
parent
3d009609fb
commit
9d3aa63681
|
@ -5,12 +5,12 @@ on:
|
|||
paths:
|
||||
- "mesonbuild/**"
|
||||
- "test cases/**"
|
||||
- ".github/workflows/msys.yml"
|
||||
- ".github/workflows/msys2.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "mesonbuild/**"
|
||||
- "test cases/**"
|
||||
- ".github/workflows/msys.yml"
|
||||
- ".github/workflows/msys2.yml"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in New Issue