diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3c13d1b..277438a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,10 +1,23 @@ name: Rust on: - push: - branches: [ master ] pull_request: - branches: [ master ] + paths-ignore: + - '**.md' + - '.github/ISSUE_TEMPLATE/**' + push: + paths-ignore: + - '**.md' + - '.github/ISSUE_TEMPLATE/**' + branches: + - master + - 0.*.x + - pr/**/ci + - ci-* + +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }} + cancel-in-progress: true env: CARGO_TERM_COLOR: always