mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-05 02:10:18 +00:00
Disable automatic branch publishing (#114)
This commit is contained in:
parent
7853747d5e
commit
c9f2bb2407
4
.github/workflows/publish_branch.yml
vendored
4
.github/workflows/publish_branch.yml
vendored
@ -1,9 +1,7 @@
|
|||||||
name: "publish-branch"
|
name: "publish-branch"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch
|
||||||
branches-ignore:
|
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
npm-publish:
|
npm-publish:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@fluencelabs/fluence",
|
"name": "@fluencelabs/fluence",
|
||||||
"version": "0.10.3",
|
"version": "0.0.0",
|
||||||
"description": "TypeScript implementation of Fluence Peer",
|
"description": "TypeScript implementation of Fluence Peer",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"typings": "./dist/index.d.ts",
|
"typings": "./dist/index.d.ts",
|
||||||
|
Loading…
Reference in New Issue
Block a user