Skip to content

Commit 910f9f5

Browse files
committed
fix
1 parent 56ae958 commit 910f9f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Binarys
33
on:
44
push:
55
paths:
6-
- 'src/**'
6+
- 'cpp/**'
77
- '.github/workflows/build.yml'
88

99
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pull_request:
1111
branches: [ "main" ]
1212
paths:
13-
- 'src/**'
13+
- 'cpp/**'
1414
- '.github/workflows/release.yml'
1515

1616
env:

0 commit comments

Comments
 (0)