Update CI script

This commit is contained in:
Chris Tsang
2024-04-20 15:52:58 +01:00
parent 725adf5364
commit 3d92586e33

View File

@@ -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