Skip to content

Commit 8844dff

Browse files
authored
chore: fix coveralls comments (#3320)
1 parent 5898cbb commit 8844dff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test_deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ name: Test, Integration Tests and Deploy
33
on:
44
push:
55
branches:
6-
- "**"
6+
- master
7+
- develop
78
tags:
89
- "v*.*.*"
10+
pull_request:
11+
types: [opened, reopened, synchronize]
12+
913
env:
1014
DEPENDENCY_CACHE_PREFIX: "v2"
1115
NETWORK_CACHE_PREFIX: "v1"

0 commit comments

Comments
 (0)