Skip to content

Commit ab60631

Browse files
committed
chore: 🤖 Disabled releases for the main
1 parent 2eaba6b commit ab60631

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎.github/workflows/publish.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Release packages
33
on:
44
push:
55
branches:
6-
- main
76
- beta
87
- alpha
98

‎.releaserc‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"branches": [
44
"+([0-9])?(.{+([0-9]),x}).x",
55
{
6-
"name": "main",
7-
"prerelease": true
6+
"name": "main"
87
},
98
{
109
"name": "beta",

0 commit comments

Comments
 (0)