We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ae958 commit 910f9f5Copy full SHA for 910f9f5
.github/workflows/build.yml
@@ -3,7 +3,7 @@ name: Build Binarys
3
on:
4
push:
5
paths:
6
- - 'src/**'
+ - 'cpp/**'
7
- '.github/workflows/build.yml'
8
9
env:
.github/workflows/release.yml
@@ -10,7 +10,7 @@ on:
10
pull_request:
11
branches: [ "main" ]
12
13
14
- '.github/workflows/release.yml'
15
16
0 commit comments