From dde6e90c38f73dd72de34a745c7edc583c6c2308 Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Tue, 9 Jun 2020 09:16:00 -0400 Subject: [PATCH 1/2] Exclude CI builds when only docs folder changed. --- .github/workflows/rust.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 02d3447f3..531d07d6c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,9 +1,13 @@ name: Rust on: pull_request: + paths-ignore: + - 'docs/**' push: - branches: - - master + paths-ignore: + - 'docs/**' + branches: + - master jobs: cleanup-runs: runs-on: ubuntu-latest From 83ec896510dfd04b1a5cf3468c8376d71b912be5 Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Tue, 9 Jun 2020 09:19:08 -0400 Subject: [PATCH 2/2] Updated CHANGELOG --- CHANGES.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4d932724d..0c55ca3a2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -20,10 +20,11 @@ RPC: - serialization/deserialization fixes - Updated/fixed integration tests -CI: ([#120](https://github.com/informalsystems/tendermint-rs/issues/120)) -- Moved to GitHub Actions -- Updated crates.io badges -- Enabled integration tests in CI with Tendermint-Go node service +CI: +- Moved to GitHub Actions ([#120](https://github.com/informalsystems/tendermint-rs/issues/120)) +- Updated crates.io badges ([#120](https://github.com/informalsystems/tendermint-rs/issues/120)) +- Enabled integration tests in CI with Tendermint-Go node service ([#120](https://github.com/informalsystems/tendermint-rs/issues/120)) +- Removed docs folder from CI execution ([#309](https://github.com/informalsystems/tendermint-rs/issues/309)) ## [0.13.0] (2020-04-20)