CrowdStrike / falcon-operator

https://artifacthub.io/packages/olm/falcon-operator/falcon-operator
Apache License 2.0
49 stars 37 forks source link

fix: only run release workflow on full releases #561

Closed mhyson-cs closed 5 months ago

mhyson-cs commented 5 months ago

The GitHub Actions release workflow currently runs on any tag that begins with a lowercase V, including prerelease tags. This change limits the action to full releases only.