Skip to content

Merge pull request #126 from tidepool-org/darin/fix-makefile-npm-install #306

Merge pull request #126 from tidepool-org/darin/fix-makefile-npm-install

Merge pull request #126 from tidepool-org/darin/fix-makefile-npm-install #306

name: check-and-publish
on:
push:
branches:
- master
jobs:
check:
uses: ./.github/workflows/check.yml
secrets: inherit
publish:
needs: [ check ]
uses: ./.github/workflows/deploy.yml
secrets: inherit