Skip to content

Commit 45c506f

Browse files
committed
feat: add github test workflow
1 parent 5f50f4d commit 45c506f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: Test Case
22
on:
3-
push:
3+
pull_request:
44
branches:
55
- main
6-
- alpha
7-
- beta
8-
96
jobs:
7+
108
run-tests:
119
runs-on: ubuntu-latest
1210

0 commit comments

Comments
 (0)