We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef60b7f commit 18f5c74Copy full SHA for 18f5c74
1 file changed
.github/workflows/ci_test_musl.yml
@@ -4,9 +4,17 @@ on:
4
push:
5
branches:
6
- master
7
+ paths:
8
+ - '**/*.rs'
9
+ - '**/Cargo.toml'
10
+ - '.github/workflows/ci_test_musl.yml'
11
pull_request:
12
13
14
15
16
17
18
19
concurrency:
20
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
@@ -45,4 +53,4 @@ jobs:
45
53
ARGS+=("--target" "${{ matrix.setup.target }}")
46
54
fi
47
55
48
- cross test --workspace "${ARGS[@]}"
56
+ cross test --workspace "${ARGS[@]}"
0 commit comments