Skip to content

Commit 0f18d3c

Browse files
committed
ci: Re-enable CI workflow
1 parent 9b3efef commit 0f18d3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI (c++) Build and Test
22

33
on:
44
workflow_dispatch:
5-
# push:
6-
# branches: [ main, next ]
7-
# pull_request:
8-
# branches: [ main, next ]
5+
push:
6+
branches: [ main, next ]
7+
pull_request:
8+
branches: [ main, next ]
99

1010
defaults:
1111
run:

0 commit comments

Comments
 (0)