$mol_video_player better plating tracking, buggy event renaming #1815
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: mol_db | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
paths: | |
- '.github/workflows/mol_db.yml' | |
- 'db/**' | |
- 'build/**' | |
pull_request: | |
schedule: | |
- cron: "0 7 * * *" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Environment Printer | |
uses: managedkaos/print-env@v1.0 | |
- name: Build apps | |
uses: hyoo-ru/mam_build@master2 | |
with: | |
package: mol | |
modules: db | |
- uses: JS-DevTools/npm-publish@v1 | |
if: ${{ github.ref == 'refs/heads/master' }} | |
with: | |
token: ${{ secrets.NPM_AUTH_TOKEN }} | |
package: ./mol/db/-/package.json |