Nitrokey / pynitrokey

Python client for Nitrokey devices
Apache License 2.0
93 stars 28 forks source link

Change event triggers from un/published to pre/released #418

Closed mmerklinger closed 11 months ago

mmerklinger commented 12 months ago

This PR changes the event triggers of the CD pipelines to respond to prereleased and released, instead of published and unpublished. There is an exception for the Pypi pipeline to only get triggered on released event. Reason for this is to not push test releases to Pypi, which could end up in a production environment.

Changes

Checklist

Make sure to run make check and make fix before creating a PR, otherwise the CI will fail.

Test Environment and Execution

Relevant Output Example

Fixes #