Skip to content

Commit 64b1c35

Browse files
committed
ci: run tests for v4 branch and associated PRs (#1868)
1 parent 220f4be commit 64b1c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Run Tests
22

33
on:
44
push:
5-
branches: [master, develop]
5+
branches: [master, develop, v4]
66
pull_request:
7-
branches: [master, develop]
7+
branches: [master, develop, v4]
88
schedule:
99
- cron: "0 7 * * 1"
1010
workflow_dispatch:

0 commit comments

Comments
 (0)