Skip to content

enable travis for all branches & disable for release tags #11

Closed
@gr2m

Description

@gr2m

Hey can you enable to run builds for all branches? When having commit access, we usually create branches and create a pull request from these

only:
- master
- /^greenkeeper.*$/

But you can disable builds for the release tags by adding

branches:
  except:
  - /^v\d+\.\d+\.\d+$/

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions