diff --git a/.circleci/config.yml b/.circleci/config.yml index 17442318f..c194aa84f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -269,19 +269,18 @@ jobs: - run: name: Trigger website build command: | - export LAST_COMMIT=`git rev-parse HEAD` - export DOCS_COMMIT=`git log -1 --format=format:%H --full-diff docs` - if [[ $DOCS_COMMIT == $LAST_COMMIT ]]; then - chamber exec cosmos-sdk -- start_website_build - else - echo "No changes to docs detected" - fi + chamber exec cosmos-sdk -- start_website_build workflows: version: 2 test-suite: jobs: - - deploy_docs + - deploy_docs: + filters: + branches: + only: + - master + - develop - setup_dependencies - lint: requires: diff --git a/PENDING.md b/PENDING.md index 8ea9e15e3..3a7a6d2f7 100644 --- a/PENDING.md +++ b/PENDING.md @@ -8,7 +8,7 @@ BREAKING CHANGES * [cli] [\#2595](https://github.com/cosmos/cosmos-sdk/issues/2595) Remove `keys new` in favor of `keys add` incorporating existing functionality with addition of key recovery functionality. * Gaia - + - [#128](https://github.com/tendermint/devops/issues/128) Updated CircleCI job to trigger website build on every push to master/develop. * SDK * Tendermint