ci: set job names and have release depend on build

This commit is contained in:
Derrick Hammer 2023-04-23 07:26:43 -04:00
parent e933cbe918
commit f7ba77e04f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,7 @@ workflows:
jobs:
- setup
- node/run:
name: build
npm-run: build
filters:
branches:
@ -26,7 +27,10 @@ workflows:
- develop
- /^develop-.*$/
- node/run:
name: release
npm-run: semantic-release
requires:
- build
filters:
branches:
only: