Skip to content

Commit 03117ab

Browse files
authored
make Github Action YAML file conform to schema (#58)
Fixes #57
1 parent 4cc9652 commit 03117ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/UnitTests.yml

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

33
on:
44
push:
5-
branches: "main"
5+
branches:
6+
- "main"
67
pull_request:
78
release:
89

0 commit comments

Comments
 (0)