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:
parent
f53bb9be93
commit
c272ccb48a
2
.github/workflows/publish-master-npm.yml
vendored
2
.github/workflows/publish-master-npm.yml
vendored
@ -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`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user