Skip to content

Commit d57b323

Browse files
committed
adjust quilt_rs test run criteria
1 parent 29d4b13 commit d57b323

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/test-quilt-rs.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Test quilt_rs
22

3-
on: [push]
3+
on:
4+
push:
5+
paths:
6+
- "quilt-rs/**"
7+
- "quilt-cli/**"
8+
- "Cargo.*"
9+
- "rust-toolchain.toml"
10+
- ".github/workflows/test-quilt-rs.yaml"
411

512
concurrency:
613
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)