Skip to content

Commit f56e186

Browse files
authored
fix: don't delete inactive gh-pages and XML branches (#279)
1 parent 31b1a05 commit f56e186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch-cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
github_token: ${{ steps.github-token.outputs.token }}
4747
last_commit_age_days: ${{ inputs.last-commit-age-days }}
4848
# Additional precaution against deleting main branch.
49-
ignore_branches: main
49+
ignore_branches: main,gh-pages,_xml_coverage_reports,_junit_xml_reports
5050
dry_run: no
5151

5252
- name: Show deleted branches 🌿

0 commit comments

Comments
 (0)