Skip to content

Commit 71d0905

Browse files
committed
- enable tests on every push of the master branch
1 parent b68e970 commit 71d0905

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
@@ -3,7 +3,9 @@ name: Run unit tests on PR branch
33
on:
44
pull_request:
55
workflow_dispatch:
6-
6+
push:
7+
branches:
8+
- master
79
jobs:
810
test-on-pr:
911
runs-on: windows-latest

0 commit comments

Comments
 (0)