Is Circle capable of triggering builds based on creating and publishing a GitHub release from GitHubs’s UI?
Creating a release from GitHub actually creates a tag that I hoped would trigger a workflow filtered by tags.
The configuration below does indeed trigger workflows when I push a new tag from a local machine to GitHub but doesn’t when creating a release from GitHub’s UI:
Looking at GitHub’s webhooks documentation though, it seems that it does publish to the release webhook which is different from the push webhook that, I think, Circle listens to.