Skip to content

Commit 106bf77

Browse files
authored
fix(build): corrects the output of the build process (#30)
This PR updates what branches have automatic releasing performed on them. Each branch has a corresponding branch protection rule in place before making this PR.
1 parent 037cbc5 commit 106bf77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Release
22
on:
33
push:
44
branches:
5+
- +([0-9])?(.{+([0-9]),x}).x,
56
- main
7+
- alpha
68

79
permissions:
810
contents: read # for checkout

0 commit comments

Comments
 (0)