Skip to content

Commit 297eab9

Browse files
committed
ci: run on examples & build.rs
1 parent 893955c commit 297eab9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ name: build
33
on:
44
workflow_dispatch:
55
push:
6-
paths:
6+
paths: &paths
77
- "src/**"
8+
- "examples/**"
9+
- "build.rs"
810
- "Cargo.toml"
911
pull_request:
1012
paths:
11-
- "src/**"
12-
- "Cargo.toml"
13+
- *paths
1314

1415
jobs:
1516
compile:

0 commit comments

Comments
 (0)