tobybatch / kimai2

Docker containers for the kimai2 web application including docker-compose and kubernetes/helm deployment.
MIT License
183 stars 97 forks source link

fix: disable auto build on push #472

Closed tobybatch closed 1 year ago

tobybatch commented 1 year ago

The workflow auto builds the highest numbered version it can find and currently that's the v2 beta build. Rather than re-working the CI, we'll just disable the workflow for now and you can just ping me when you release and I'll do a manual build.

When v2 is released, we'll re-enable it

tobybatch commented 1 year ago

I'm pretty sure workflow dispatch enables the button on the actions UI