gantsign / ansible-role-oh-my-zsh

Ansible role for installing and configuring oh-my-zsh
https://galaxy.ansible.com/gantsign/oh-my-zsh
MIT License
166 stars 42 forks source link

Eliminated duplicate Travis CI builds #26

Closed freemanjp closed 7 years ago

freemanjp commented 7 years ago

For each pull request two builds were being generated:

  1. One for the push
  2. One for the pull request

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.