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+$/
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
commit-analyzer/.travis.yml
Lines 5 to 7 in 91c125f
But you can disable builds for the release tags by adding