google-gemini / generative-ai-js

The official Node.js / Typescript library for the Google Gemini API
https://www.npmjs.com/package/@google/generative-ai
Apache License 2.0
685 stars 143 forks source link

Add branch trigger filter on GitHub release worklow #115

Closed dlarocque closed 5 months ago

dlarocque commented 5 months ago

The GitHub release workflow wasn't being triggered on tag pushes since it wasn't directly making changes to the 'main' branch. If we filter to run on tag changes on the release branch, it will trigger.

See: https://github.com/orgs/community/discussions/26840#discussioncomment-3253607