diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-12-10 15:03:30 -0800 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-12-11 17:46:11 +0530 |
commit | c94781b2e6b091b80f8b416116859ad8cf0047b6 (patch) | |
tree | ee24bbc1f1e95319dd92df37c5d25f8f989fc147 /.github | |
parent | a7aba905a0e53ebdbaeccb3890291e5c147bd845 (diff) | |
download | meson-c94781b2e6b091b80f8b416116859ad8cf0047b6.zip meson-c94781b2e6b091b80f8b416116859ad8cf0047b6.tar.gz meson-c94781b2e6b091b80f8b416116859ad8cf0047b6.tar.bz2 |
ci: rebuild macos image on run_unittest.py changes
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index bf559e8..25eac28 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -6,11 +6,13 @@ on: - "mesonbuild/**" - "test cases/**" - ".github/workflows/macos.yml" + - "run_unittests.py" pull_request: paths: - "mesonbuild/**" - "test cases/**" - ".github/workflows/macos.yml" + - "run_unittests.py" jobs: unittests-appleclang: |