Skip to content

Commit a83b00c

Browse files
committed
fix: run semantic/goreleaser for alpha branch
1 parent c747c3e commit a83b00c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- main
88
- next
9+
- alpha
910
tags:
1011
- "*"
1112
release:

.github/workflows/semantic.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- main
66
- next
7+
- alpha
78

89
permissions:
910
contents: read # for checkout

0 commit comments

Comments
 (0)