walter-cd / walter

Tiny deployment pipeline
http://walter-cd.net
Apache License 2.0
438 stars 39 forks source link

[GitHub Support] pattern filter to watching specific branch, such as master, dev-*(wildcard) #105

Closed takahi-i closed 9 years ago

takahi-i commented 9 years ago

I will look into this issue.

takahi-i commented 9 years ago
service:
  type: github
  token: ADD_YOUR_KEY
  repo: YOUR_REPOSITORY_NAME
  from: YOUR_ACCOUNT_OR_GROUP_NAME
  update: UPDATE_FILE_NAME
  pattern: dev-*
takahi-i commented 9 years ago

Fixed with #113