Skip to content

Commit

Permalink
docs: update the release preview workflow to more specific branch mat…
Browse files Browse the repository at this point in the history
…ching (#5693)
  • Loading branch information
addetz authored Feb 11, 2025
1 parent 133679a commit 739760c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ name: Release Branch Preview
on:
push:
branches:
- "release-*"
- "release-[0-9]-[0-9]"
- "release-[0-9]-[0-9]-[a-z]"

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 739760c

Please sign in to comment.