Skip to content

Commit b63087e

Browse files
committed
break:change name for cpp implementation
1 parent 7028263 commit b63087e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cpp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches: [ "main" ]
66
paths:
7-
- 'simple_cpp/**'
7+
- 'cpp/**'
88
pull_request:
99
branches: [ "main" ]
1010
paths:
11-
- 'simple_cpp/**'
11+
- 'cpp/**'
1212

1313
jobs:
1414
build:
@@ -17,7 +17,7 @@ jobs:
1717

1818
defaults:
1919
run:
20-
working-directory: ./simple_cpp
20+
working-directory: ./cpp
2121

2222
container:
2323
image: gcc:15.2.0
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)