From 9125f291deed6bce438f20a066749c026e1acfaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Akg=C3=BCn?= Date: Fri, 23 Feb 2024 09:50:10 +0000 Subject: [PATCH] trigger a build test when hs-deps change --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d0dd26997..269c14917 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,7 @@ on: - Makefile - src/** - etc/build/** + - etc/hs-deps/** - .github/workflows/build.yml pull_request: # and for PRs paths: @@ -17,6 +18,7 @@ on: - Makefile - src/** - etc/build/** + - etc/hs-deps/** - .github/workflows/build.yml # other branches that want testing must create a PR