diff --git a/.github/workflows/rename-inactive-branches.yml b/.github/workflows/rename-inactive-branches.yml index 7463c1fb..4e181a4d 100644 --- a/.github/workflows/rename-inactive-branches.yml +++ b/.github/workflows/rename-inactive-branches.yml @@ -3,7 +3,10 @@ name: Cleanup - Rename Inactive Branches on: schedule: - cron: '0 0 * * 0' # Runs every Sunday at midnight - + #todo delete; only trigger for testing + pull_request: + branches: + - develop jobs: cleanup-rename-branches: runs-on: ubuntu-latest