Hello,
Can you attach a copy of your bitbucket-pipelines.yml configuration? To automatically run a pipelines, one of the following must happen:
- Your configuration has a default section and a commit or tag is pushed.
- A branch you push matches with one defined in the 'branches' section of your config.
- A tag you push matches with one defined in the 'tags' section of your config.
- A bookmark you push matches with one defined in the 'bookmarks' section of your config.
- A pull request that is updated matches with one defined in the 'pull-requests' section of your config.
Thanks,
Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.