1
0
Fork 0
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:
Matt Brictson 2019-09-12 09:29:24 -07:00 committed by GitHub
parent 14492fcf28
commit f8f081fc62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,5 +24,5 @@ script: bundle exec rake spec rubocop
install: bundle install --jobs=1
cache: bundler
branches:
except:
- legacy-v2
only:
- master