Skip to content

Commit

Permalink
Update CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Apr 20, 2024
1 parent 725adf5 commit 3d92586
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
name: Rust

Check failure on line 1 in .github/workflows/rust.yml

View workflow job for this annotation

GitHub Actions / build

.github/workflows/rust.yml#L1

This run was manually canceled.

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
Expand Down

0 comments on commit 3d92586

Please sign in to comment.