Skip to content

Commit 0fb5149

Browse files
committed
correct workflow triggers
1 parent 1e0aeef commit 0fb5149

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Run unit tests
22

33
on:
44
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
510

611
jobs:
712
unit-tests:

0 commit comments

Comments
 (0)