mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui-library.git
synced 2025-11-05 05:07:59 +00:00
run NPM Publish after Bump Version
This commit is contained in:
15
.github/workflows/npm-build.yml
vendored
15
.github/workflows/npm-build.yml
vendored
@@ -1,16 +1,11 @@
|
||||
name: NPM Publish
|
||||
|
||||
# Only triggers when npm version action succeeded
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- "**/package.json"
|
||||
- "**/package-lock.json"
|
||||
|
||||
# Publish `v1.2.3` tags as releases.
|
||||
tags:
|
||||
- v*
|
||||
workflow_run:
|
||||
workflows: ["Bump Version"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
# Run tests for any PRs.
|
||||
pull_request:
|
||||
|
||||
Reference in New Issue
Block a user