fix: name workflows

This commit is contained in:
Nik Dement'ev 2020-11-18 12:42:18 +03:00
parent cc5aed2fe3
commit 03ae58dce7
No known key found for this signature in database
GPG Key ID: 769B05D57CF16FE2
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: build
name: Commit notification
on:
push:

View File

@ -1,4 +1,4 @@
name: Node.js CI
name: Publish package to npm
on:
push:
@ -9,7 +9,6 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
needs: [build]
if: startsWith(github.ref, 'refs/tags')
steps:
- name: Checkout