From 71270ac3edf55468f06f080024bbd0a906e2eaea Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Mon, 23 Dec 2024 15:51:30 +0000 Subject: [PATCH] Add workflow_dispatch trigger --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22ae60b..91eb02d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ on: schedule: # additionally run once per week (At 00:00 on Sunday) to maintain cache - cron: '0 0 * * 0' + workflow_dispatch: jobs: cabal: