I have an app that connects to Github and deploys the master branch whenever it changes.
I’d like to make Cloudflare only deploy tagged versions instead of every commit to master, as sometimes we make a few commits and then make a release tag and don’t want a deployment happening for every single commit.
How can I do this?