[Github] Run prune-branches workflow on changes to python script

This allows in-environment testing without needing to deploy to main.
This commit is contained in:
Aiden Grossman 2026-02-12 18:47:49 +00:00
parent 4b109dc5ac
commit a289341ded

View File

@ -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.