Skip to content

Commit 846b23b

Browse files
committed
update: run tests on PRs
1 parent f9b2582 commit 846b23b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/backend-sdk-testing.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ name: "Backend SDK Tests"
33
on:
44
pull_request:
55
types:
6+
- opened
7+
- reopened
68
- synchronize
79
push:
10+
branches:
11+
- master
12+
- "v[0-9]+.[0-9]+"
813
tags:
914
- "(dev-)?v[0-9]+.[0-9]+.[0-9]+"
1015

0 commit comments

Comments
 (0)