You can specify a pattern for your Git Tags to trigger a specific workflow. This is a good way to build and deploy your app in a specific state. And it’s very easy to set up!
Note that certain providers, such as GitLab, require Tag Push events to be specifically enabled in the webhook setup.
- Open your app on bitrise.io.
- Open the
Workflow Editor
. - Select the
Triggers
tab. -
Select the
TAG
option. - Click
+ ADD TRIGGER
. - In the
TAG
window, add the tag that you wish to trigger a build. - Select the workflow you wish to trigger (for example,
primary
). - Click
Save
in the top right corner.
And you’re done!