From a289341dedf4d73955faefbb0b3c13881e13dd06 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 12 Feb 2026 18:47:49 +0000 Subject: [PATCH] [Github] Run prune-branches workflow on changes to python script This allows in-environment testing without needing to deploy to main. --- .github/workflows/prune-branches.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prune-branches.yml b/.github/workflows/prune-branches.yml index 73a1e6a97bee..e65d428369fd 100644 --- a/.github/workflows/prune-branches.yml +++ b/.github/workflows/prune-branches.yml @@ -7,6 +7,7 @@ on: pull_request: paths: - .github/workflows/prune-branches.yml + - .github/workflows/prune-unused-branches.py schedule: - cron: '0 8 * * *' # Runs daily at 08:00 UTC.