Skip to content

Commit 5a17d73

Browse files
ci(tests): Add Unit test for pull request and workflow_dispatch
1 parent 4ba1c9b commit 5a17d73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: tests
22

33
on:
44
push:
5+
pull_request:
6+
branches:
7+
- main
8+
workflow_dispatch:
59

610
jobs:
711

0 commit comments

Comments
 (0)