Skip to content

Commit 351ef11

Browse files
committed
chore(all): update branch cleanup workflow to include gateway-release branch
1 parent 11c71ed commit 351ef11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/branch-cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ permissions:
1414
jobs:
1515
clean-release-branches:
1616
runs-on: ubuntu-latest
17-
# Only run if the PR is from backend-release or frontend-release branches
18-
if: github.event.pull_request.head.ref == 'backend-release' || github.event.pull_request.head.ref == 'frontend-release'
17+
# Only run if the PR is from backend-release, frontend-release, or gateway-release branches
18+
if: github.event.pull_request.head.ref == 'backend-release' || github.event.pull_request.head.ref == 'frontend-release' || github.event.pull_request.head.ref == 'gateway-release'
1919
steps:
2020
- name: Delete release branch
2121
uses: actions/github-script@v7

0 commit comments

Comments
 (0)