mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 12:28:47 +00:00
publishing
This commit is contained in:
parent
fea94faaf1
commit
1a427ee2ae
2 changed files with 6 additions and 5 deletions
9
.github/workflows/publish.yml
vendored
9
.github/workflows/publish.yml
vendored
|
@ -1,8 +1,9 @@
|
|||
name: Publish to NPM
|
||||
name: Publish
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
workflow_run:
|
||||
workflows: ["Tests"]
|
||||
types:
|
||||
- completed
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Run tests
|
||||
name: Tests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
Loading…
Reference in a new issue