itsapi / github-listener

A Node.js continuous deployment system for Github.
http://github.com/itsapi/github-listener
GNU General Public License v2.0
7 stars 0 forks source link

Only build tagged commits #55

Closed geraintwhite closed 8 years ago

geraintwhite commented 8 years ago

We should add an option to options.json to allow building only when a tagged commit is received (to prevent excessive builds).

geraintwhite commented 8 years ago

We should also add regex to the branch matching so we can match tagged payloads. (/v\d+.\d+.\d+/)

geraintwhite commented 8 years ago

Perhaps we should use the semver library and have a query string parameter for matching semver branches.