Skip to content

Commit 88df084

Browse files
authored
Fix indentation in unittest.yml for branch specification (#68)
* Fix indentation in unittest.yml for branch specification * Add `pull_request` trigger to unittest workflow
1 parent 0eecf5a commit 88df084

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/unittest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Unittests
22

33
on:
44
push:
5-
- branches: [main]
5+
branches: [main]
6+
pull_request:
67
workflow_call:
78

89
jobs:

0 commit comments

Comments
 (0)