Disable automatic branch publishing (#114)

This commit is contained in:
Pavel 2021-12-17 17:12:09 +03:00 committed by GitHub
parent 7853747d5e
commit c9f2bb2407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -1,9 +1,7 @@
name: "publish-branch"
on:
push:
branches-ignore:
- master
workflow_dispatch
jobs:
npm-publish:

View File

@ -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",