IBM / nodejs-idb-connector

A JavaScript (Node.js) library for communicating with Db2 for IBM i, with support for queries, procedures, and much more. Uses traditional callback-style syntax
MIT License
37 stars 23 forks source link

ci: Update action to 'released' type #163

Closed abmusse closed 1 year ago

abmusse commented 1 year ago

https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release

dmabupt commented 1 year ago

Seems the released type is what we want --

Note: The prereleased type will not trigger for pre-releases published from draft releases, but the published type will trigger. If you want a workflow to run when stable and pre-releases publish, subscribe to published instead of released and prereleased.