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: jobs:
- setup - setup
- node/run: - node/run:
name: build
npm-run: build npm-run: build
filters: filters:
branches: branches:
@ -26,7 +27,10 @@ workflows:
- develop - develop
- /^develop-.*$/ - /^develop-.*$/
- node/run: - node/run:
name: release
npm-run: semantic-release npm-run: semantic-release
requires:
- build
filters: filters:
branches: branches:
only: only: