Ensures only pushes to master branch are built
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
parent
25c42852f9
commit
686c925485
|
@ -9,6 +9,9 @@ env:
|
||||||
global:
|
global:
|
||||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
||||||
sudo: false
|
sudo: false
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
cache: bundler
|
cache: bundler
|
||||||
script: JEKYLL_ENV=production bundle exec jekyll build && bundle exec htmlproofer ./_site --disable-external
|
script: JEKYLL_ENV=production bundle exec jekyll build && bundle exec htmlproofer ./_site --disable-external
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
|
Loading…
Reference in New Issue