Skip to content

CI

CI #5

Workflow file for this run

name: CI
on:
push:
tags: [ "*.*.*" ]
workflow_dispatch:
jobs:
ci:
uses: agent-ix/nodejs-actions/.github/workflows/build-test-monorepo.yml@main
secrets:
NPM_REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}