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