Skip to content

Commit 75d5f99

Browse files
committed
workflow
1 parent dcbba97 commit 75d5f99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: UnitTests
22
on:
3+
push:
4+
branches: [ "main" ]
35
pull_request:
4-
push: { branches: master }
6+
branches: [ "main" ]
57

68
jobs:
79
test:

0 commit comments

Comments
 (0)