Closed freemanjp closed 7 years ago
For each pull request two builds were being generated:
This was slowing down development because of the limited number of concurrent builds permitted.
This change ensures only the pull request build is created for pull requests; push builds will still run on the master branch.
For each pull request two builds were being generated:
This was slowing down development because of the limited number of concurrent builds permitted.
This change ensures only the pull request build is created for pull requests; push builds will still run on the master branch.