From ae2f4345fd0dcd81d40185054ae448c2a45df5af Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Fri, 29 Nov 2024 22:03:48 +0100 Subject: [PATCH] ci: Also run on change to Setup.hs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 201e563db..433d6c2a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ on: - 'src/**' - 'test/**' - 'cbits/**' + - 'Setup.hs' schedule: # additionally run once per week (At 00:00 on Sunday) to maintain cache - cron: '0 0 * * 0'