We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d165f66 commit be19bf8Copy full SHA for be19bf8
.github/workflows/publish.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- master
6
+ - beta
7
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.ref }}
package.json
@@ -4,6 +4,15 @@
"workspaces": [
"packages/*"
],
+ "release": {
+ "branches": [
+ "master",
10
+ {
11
+ "name": "beta",
12
+ "prerelease": true
13
+ }
14
+ ]
15
+ },
16
"repository": {
17
"type": "git",
18
"url": "git+https://github.com/BitGo/wasm-miniscript.git"
0 commit comments