authzed / authzed-node

Official SpiceDB client library for NodeJS
https://authzed.com/docs/reference/api
Apache License 2.0
44 stars 18 forks source link

triggers builds if github event is release #118

Closed vroldanbet closed 1 month ago

vroldanbet commented 1 month ago

recent changes to bypass CI builds when code unrelated changes happen broke the release process, because the release jobs have those bypassed builds as required.

this changes the bypass condition so that they run if the event that triggered GitHub Actions was a release