mirror of
https://github.com/tornadocash/provider.git
synced 2024-11-22 01:36:51 +01:00
fix: name workflows
This commit is contained in:
parent
cc5aed2fe3
commit
03ae58dce7
@ -1,4 +1,4 @@
|
||||
name: build
|
||||
name: Commit notification
|
||||
|
||||
on:
|
||||
push:
|
@ -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
|
Loading…
Reference in New Issue
Block a user