Skip to content

Commit 81b96e0

Browse files
committed
test in workflow
1 parent a86b8f7 commit 81b96e0

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33

44
name: Unit Tests
55

6-
on: [push, pull_request]
6+
on:
7+
push:
8+
branches:
9+
- master
10+
- test
11+
pull_request:
12+
branches:
13+
- master
714

815
jobs:
916
test:

0 commit comments

Comments
 (0)