publishing

This commit is contained in:
Yotam Mann 2024-04-25 14:32:30 -04:00
parent fea94faaf1
commit 1a427ee2ae
2 changed files with 6 additions and 5 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
name: Run tests
name: Tests
on:
pull_request: