mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui-library.git
synced 2025-11-03 04:08:02 +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
|
||||
|
||||
on:
|
||||
# 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