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" name: "publish-branch"
on: on:
push: workflow_dispatch
branches-ignore:
- master
jobs: jobs:
npm-publish: npm-publish:

View File

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