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