Skip to content

Commit

Permalink
Greg/ci exclusions (informalsystems#310)
Browse files Browse the repository at this point in the history
* Exclude CI builds when only docs folder changed.

* Updated CHANGELOG
  • Loading branch information
greg-szabo committed Jun 9, 2020
1 parent bcef28b commit 71d7e23
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 5 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 71d7e23

Please sign in to comment.