Closed ajschmidt8 closed 11 months ago
The release.yaml workflow currently triggers the ci-imgs repository to rebuild anytime a merge to main happens.
release.yaml
ci-imgs
main
This PR makes the logic smarter by only triggering the ci-imgs repository to rebuild when an actual release occurs.
This will prevent ci-imgs rebuilds from occurring unnecessarily.
:tada: This PR is included in version 1.9.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
The
release.yaml
workflow currently triggers theci-imgs
repository to rebuild anytime a merge tomain
happens.This PR makes the logic smarter by only triggering the
ci-imgs
repository to rebuild when an actual release occurs.This will prevent
ci-imgs
rebuilds from occurring unnecessarily.