Start Release workflow when published

This commit is contained in:
Derek Bailey
2024-03-26 05:31:50 +00:00
parent 595bf0007a
commit 8f2e1dbd88

View File

@@ -5,7 +5,7 @@ on:
# For manual tests.
workflow_dispatch:
release:
types: [created]
types: [published]
jobs:
publish-npm: