Skip to content

Commit c694f38

Browse files
author
Casale Benjamin
committed
ci: add ci for main branch
1 parent 23eea8c commit c694f38

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
name: build_test
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
29

10+
permissions:
11+
contents: read
312
jobs:
413
Build:
514
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)