Changed main workflow

This commit is contained in:
AtariTom 2022-05-30 15:42:14 -04:00
parent 44c982dc5e
commit 8d71600624

View File

@ -2,6 +2,7 @@ name: Publish NPM package + Docs
on: on:
release: release:
types: [created] types: [created]
workflow_dispatch:
jobs: jobs:
publish_npm: publish_npm:
runs-on: ubuntu-latest runs-on: ubuntu-latest