Skip to content

mol_mutable

mol_mutable #1299

Workflow file for this run

name: mol_mutable
on:
workflow_dispatch:
push:
branches:
- master
paths:
- '.github/workflows/mol_mutable.yml'
- 'mutable/**'
- 'build/**'
pull_request:
schedule:
- cron: "0 7 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: hyoo-ru/mam_build@master2
with:
package: mol
modules: mutable
- uses: JS-DevTools/npm-publish@v1
if: ${{ github.ref == 'refs/heads/master' }}
with:
token: ${{ secrets.NPM_AUTH_TOKEN }}
package: ./mol/mutable/-/package.json