mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Eliminate double CI builds on PRs (#2035)
As suggested by this answer: https://stackoverflow.com/a/31882307
This commit is contained in:
parent
14492fcf28
commit
f8f081fc62
1 changed files with 2 additions and 2 deletions
|
@ -24,5 +24,5 @@ script: bundle exec rake spec rubocop
|
|||
install: bundle install --jobs=1
|
||||
cache: bundler
|
||||
branches:
|
||||
except:
|
||||
- legacy-v2
|
||||
only:
|
||||
- master
|
||||
|
|
Loading…
Reference in a new issue