From 1fef495d5efcedaf05d9d60ee5a47673bfc6cd72 Mon Sep 17 00:00:00 2001 From: "stoat-tofu[bot]" <242700035+stoat-tofu[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 20:50:19 +0000 Subject: [PATCH] chore: modify .github/workflows/git-town.yml --- .github/workflows/git-town.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/git-town.yml b/.github/workflows/git-town.yml index 0cb5c0ae..060fe106 100644 --- a/.github/workflows/git-town.yml +++ b/.github/workflows/git-town.yml @@ -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