diff options
Diffstat (limited to '.github/workflows/nonative.yml')
| -rw-r--r-- | .github/workflows/nonative.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/nonative.yml b/.github/workflows/nonative.yml index fd6045f35..1fc43b4cc 100644 --- a/.github/workflows/nonative.yml +++ b/.github/workflows/nonative.yml @@ -6,7 +6,17 @@ on: - master # Stable branches such as 0.56 or the eventual 1.0 - '[0-9]+.[0-9]+' + paths: + - "mesonbuild/**" + - "test cases/**" + - ".github/workflows/nonative.yml" + - "run*tests.py" pull_request: + paths: + - "mesonbuild/**" + - "test cases/**" + - ".github/workflows/nonative.yml" + - "run*tests.py" jobs: cross-only-armhf: |
