From 196e340e86efcd010eabfd1579d7f93c753259fb Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Mon, 23 Dec 2024 16:55:29 -0500 Subject: [PATCH] TEMPORARY Run "sources" CI workflow on PR branch --- .github/workflows/sources.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sources.yaml b/.github/workflows/sources.yaml index a9f5d52d..1f1a37b9 100644 --- a/.github/workflows/sources.yaml +++ b/.github/workflows/sources.yaml @@ -4,8 +4,8 @@ on: push: branches: [ main ] # Uncomment to test changes on a PR branch - # pull_request: - # branches: [ main ] + pull_request: + branches: [ main ] schedule: # 05:00 UTC = 06:00 CET = 07:00 CEST - cron: "0 5 * * *"