Skip to content

Commit 4088a28

Browse files
Run release workflow on release/* branches (#4305)
## Summary Add `release/*` to the Release workflow's branch list so the changesets action runs on pushes to short-lived release branches. This lets us enter changesets pre-mode on a temporary `release/*` branch and cut prereleases (alpha, beta, rc) without flipping `main` into pre-mode. The immediate use case: validating a `@graphiql/react` fix on esm.sh's `?standalone` build before it lands on `latest`. The mechanism is reusable for future prerelease lines.
1 parent 1155a2c commit 4088a28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- release/*
78

89
concurrency:
910
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)