diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-08-22 02:25:56 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-08-22 02:25:56 +0100 |
commit | 8d5bd6e78ded835109ee1836206528c80d95d6c1 (patch) | |
tree | 346fde7515a5aa454fa57a5e4a7f6ad8ce5cea63 | |
parent | 71b6dec439a064e999e0c3d6da782d778c6ab5eb (diff) | |
download | unit-wasm-8d5bd6e78ded835109ee1836206528c80d95d6c1.tar.gz unit-wasm-8d5bd6e78ded835109ee1836206528c80d95d6c1.tar.bz2 |
github/workflows: Add shared.mk to the build_tests.yaml paths
We have builds triggered on Makefile changes and shared.mk is included
in the Makefile.
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
-rw-r--r-- | .github/workflows/build_tests.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build_tests.yaml b/.github/workflows/build_tests.yaml index 22dec9c..b8f959e 100644 --- a/.github/workflows/build_tests.yaml +++ b/.github/workflows/build_tests.yaml @@ -5,6 +5,7 @@ on: branches: master paths: - Makefile + - shared.mk - 'examples/**' - 'src/**' - '.github/workflows/build_tests.yaml' @@ -12,6 +13,7 @@ on: branches: master paths: - Makefile + - shared.mk - 'examples/**' - 'src/**' - '.github/workflows/build_tests.yaml' |