Skip to content

Commit 096d7d7

Browse files
authored
Run Ruby unit tests on main pushes (#142)
chore: run CI on main pushes
1 parent ca454d9 commit 096d7d7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Unit Tests
22

33
on:
4-
- pull_request
4+
pull_request:
5+
push:
6+
branches:
7+
- main
58

69
jobs:
710
test:

0 commit comments

Comments
 (0)