Skip to content

Commit 25bbb27

Browse files
committedJun 28, 2024··
chore: try adjusting the workflow for beta publishing
1 parent 76c684a commit 25bbb27

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Publish Package to npmjs
22
on:
3+
push:
4+
branches:
5+
- canary
6+
- "*.x"
37
workflow_dispatch:
48
jobs:
59
build:

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"release": {
6262
"branches": [
6363
"main",
64+
"*.x",
6465
{
6566
"name": "canary",
6667
"prerelease": true

0 commit comments

Comments
 (0)
Please sign in to comment.