1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Publish npm master remove type (#2974)

* Publish NPM package on push to master branch

Signed-off-by: Mario Sarcher <mario@sarcher.de>

* Remove type closed to run properly on master branch commits

Signed-off-by: Mario Sarcher <mario@sarcher.de>
This commit is contained in:
Mario Sarcher 2021-06-07 13:43:52 +02:00 committed by GitHub
parent f53bb9be93
commit c272ccb48a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,6 @@ on:
push: push:
branches: branches:
- master - master
types:
- closed
jobs: jobs:
publish: publish:
name: Publish NPM Package `master` name: Publish NPM Package `master`