chore: modify .github/workflows/git-town.yml

This commit is contained in:
stoat-tofu[bot]
2026-01-25 20:50:19 +00:00
committed by GitHub
parent 310d82819d
commit 1fef495d5e

View File

@@ -2,14 +2,14 @@ name: Git Town
on:
pull_request:
branches-ignore:
- 'release-please--**'
jobs:
git-town:
name: Display the branch stack
runs-on: ubuntu-slim
if: ${{ !startsWith(github.head_ref, 'release-please--') }}
permissions:
contents: read
pull-requests: write