workflows: be more conservative about launching msys

we don't want to lanuch it if we're only modifying a different workflow
template.
pull/7965/head
Dylan Baker 4 years ago
parent dffd66e0ff
commit 71814049a1
  1. 10
      .github/workflows/msys2.yml

@ -2,7 +2,15 @@ name: msys2
on:
push:
paths:
- "mesonbuild/**"
- "test cases/**"
- ".github/workflows/msys.yml"
pull_request:
paths:
- "mesonbuild/**"
- "test cases/**"
- ".github/workflows/msys.yml"
jobs:
test:
@ -83,4 +91,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: ${{ matrix.NAME }}
path: meson-test-run.*
path: meson-test-run.*

Loading…
Cancel
Save