Skip to content

Commit 46cd260

Browse files
committed
Clean up
1 parent a0ec1f4 commit 46cd260

File tree

16 files changed

+397
-1249
lines changed

16 files changed

+397
-1249
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
name: Build
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
paths:
6+
- 'src/**'
7+
- 'libcachesim/**'
8+
- 'tests/**'
9+
pull_request:
10+
paths:
11+
- 'src/**'
12+
- 'libcachesim/**'
13+
- 'tests/**'
414

515
permissions:
616
contents: read

0 commit comments

Comments
 (0)