diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index db6f3b243..2b9436a99 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,14 @@ name: CI on: push: + branches: [ main ] pull_request: branches: [ main ] +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + env: CARGO_TERM_COLOR: always