Skip to content

Commit f1ae260

Browse files
authored
Create cpp-test.yml
1 parent e03d77c commit f1ae260

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/cpp-test.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Test cpp
2+
3+
on:
4+
push:
5+
branches:
6+
- 'main'
7+
paths:
8+
- 'cpp/**.h'
9+
- 'cpp/**.cpp'
10+
- 'cpp/CMakeLists.txt'
11+
- 'cpp/conanfile.txt'
12+
pull_request:
13+
types:
14+
- edited
15+
branches:
16+
- 'main'
17+
paths:
18+
- 'cpp/**.h'
19+
- 'cpp/**.cpp'
20+
- 'cpp/CMakeLists.txt'
21+
- 'cpp/conanfile.txt'
22+
23+
jobs:
24+
main:
25+
uses: linksplatform/Workflows/.github/workflows/cpp-test.yml@main

0 commit comments

Comments
 (0)