Skip to content

Commit f6fb5aa

Browse files
get CI action working
1 parent ae99fd8 commit f6fb5aa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: CI
22
on:
33
push:
4-
branches: [dev]
4+
branches:
5+
- dev
6+
- main
57
pull_request:
8+
workflow_call:
9+
610
permissions:
711
contents: read # to fetch code (actions/checkout)
812

0 commit comments

Comments
 (0)