Skip to content

Commit a1f28dc

Browse files
authored
Update C/C++ CI workflow configuration
1 parent 98df4de commit a1f28dc

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
name: C/C++ CI
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
113
steps:
214
- name: Checkout code
315
uses: actions/checkout@v4

0 commit comments

Comments
 (0)