diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83deb9e40..8f265ae2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,11 @@ name: CI on: pull_request: + paths-ignore: + - "**.md" merge_group: + paths-ignore: + - "**.md" jobs: check: diff --git a/Cargo.toml b/Cargo.toml index ed4e3784d..f1ffe19cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,6 @@ description = "Extra iterator adaptors, iterator methods, free functions, and ma keywords = ["iterator", "data-structure", "zip", "product", "group-by"] categories = ["algorithms", "rust-patterns"] -exclude = ["/bors.toml"] edition = "2018" diff --git a/bors.toml b/bors.toml deleted file mode 100644 index 8d72225e7..000000000 --- a/bors.toml +++ /dev/null @@ -1,3 +0,0 @@ -status = [ -"bors build finished" -]