Skip to content

Commit 439cb98

Browse files
committed
Avoid duplicate test workflow runs
1 parent 6040f4d commit 439cb98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Unit Tests
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
68
types: [opened, synchronize]
79

0 commit comments

Comments
 (0)