mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-04 18:00: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"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- master
|
||||
workflow_dispatch
|
||||
|
||||
jobs:
|
||||
npm-publish:
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fluencelabs/fluence",
|
||||
"version": "0.10.3",
|
||||
"version": "0.0.0",
|
||||
"description": "TypeScript implementation of Fluence Peer",
|
||||
"main": "./dist/index.js",
|
||||
"typings": "./dist/index.d.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user