My bitbucket-pipelines.yml looks like this:
tags:
STAGING:
- step: *build
- step:
- echo "pipeline triggered"
I tried if there are new commits before creating the tag then the pipeline will be triggered.
It works the other day, no idea why it did not work back then.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.