Merge pull request #317 from Telecominfraproject/bugfix/NOJIRA-GHWorkflowOrder

bugfix/NOJIRA-GHWorkflowOrder
This commit is contained in:
Sean Macfarlane
2021-08-27 14:39:04 -04:00
committed by GitHub

View File

@@ -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: