From 7a2ac576c3af7d1fb215d88d46806416941d8f8d Mon Sep 17 00:00:00 2001 From: Matt Griswold Date: Sat, 28 Sep 2024 23:38:19 -0500 Subject: [PATCH] add PR to action updater --- .github/workflows/actions-updater.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/actions-updater.yaml b/.github/workflows/actions-updater.yaml index 0104c8f..3785a78 100644 --- a/.github/workflows/actions-updater.yaml +++ b/.github/workflows/actions-updater.yaml @@ -5,6 +5,8 @@ on: schedule: # Automatically run on every Sunday - cron: '0 0 * * 0' + pull_request: + branches: [main] jobs: build: