From 71d7e238a0fb4b5d7e9902875f09a0cf10ac4746 Mon Sep 17 00:00:00 2001 From: Greg Szabo <16846635+greg-szabo@users.noreply.github.com> Date: Tue, 9 Jun 2020 09:34:45 -0400 Subject: [PATCH] Greg/ci exclusions (#310) * Exclude CI builds when only docs folder changed. * Updated CHANGELOG --- .github/workflows/rust.yml | 8 ++++++-- CHANGES.md | 9 +++++---- 2 files changed, 11 insertions(+), 6 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 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)