Skip to content

Commit 1b240c6

Browse files
authored
ci: release configuration update (#7)
1 parent 9f1ee3b commit 1b240c6

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Diff for: .github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name: Publish
33
on:
44
push:
55
branches:
6+
- "+([1-9])?(.{+([1-9]),x}).x"
67
- main
8+
- next
9+
- alpha
10+
- beta
711

812
jobs:
913
tests:

Diff for: .releaserc.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
branch: main
2+
branches:
3+
- "+([1-9])?(.{+([1-9]),x}).x"
4+
- main
5+
- next
6+
- name: alpha
7+
prerelease: true
8+
- name: beta
9+
prerelease: true
210
ci: false
311
dryRun: false
412
debug: false

0 commit comments

Comments
 (0)