From c3ea8a823f303f618d6d0151fe6143752a3bcf64 Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Mon, 23 Sep 2024 15:48:02 -0700 Subject: [PATCH] fixup! Add workflow dispatch --- .github/workflows/check-for-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-for-updates.yml b/.github/workflows/check-for-updates.yml index 90fa268..3f81bfa 100644 --- a/.github/workflows/check-for-updates.yml +++ b/.github/workflows/check-for-updates.yml @@ -1,7 +1,7 @@ name: Update TZData on: - pr: + pull_request: schedule: - cron: '0 9 * * *' # Runs daily at 9AM UTC workflow_dispatch: