diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 3c4763e9..15e9f37e 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -13,15 +13,8 @@ permissions: on: push: branches: [main, release-v*] - paths-ignore: - - "**.md" - - ".vscode" - - ".cargo" pull_request: - paths-ignore: - - "**.md" - - ".vscode" - - ".cargo" + # If new code is pushed to a PR branch, then cancel in progress workflows for # that PR. Ensures that we don't waste CI time, and returns results quicker. # https://github.com/jonhoo/rust-ci-conf/pull/5