mathieu-lemay / pipeline-runner

Tool to run Bitbucket pipelines locally
MIT License
31 stars 4 forks source link

Add support for `tags` and `bookmark` pipelines #27

Closed mathieu-lemay closed 3 weeks ago

mathieu-lemay commented 3 weeks ago

The bitbucket-pipelines.yml spec allows the following tags under pipeline: default, branches, tags, bookmarks, custom and pull-requests. Out of those, tags and bookmarks were not supported.

This PR adds support for those two missing tags.

Fixes #26