Skip to content

Commit 02ceee2

Browse files
committed
WIP: testing basic github action - no docker x3
1 parent 1ffc2ae commit 02ceee2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: C++ CI
1+
name: "build"
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: ["main"]
66
pull_request:
7-
branches: [ main ]
7+
branches: ["main"]
8+
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)