Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 27e1446

Browse files
committed
test: run unit tests on v1 branch
1 parent bb171c4 commit 27e1446

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yml

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

33
on:
44
push:
5-
branches: main
5+
branches: v1
66
pull_request:
7-
branches: main
7+
branches: v1
88
schedule:
99
- cron: 0 3 * * *
1010

.github/workflows/system-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: System Tests
22

33
on:
44
push:
5-
branches: main
5+
branches:
6+
- v1
67
schedule:
78
- cron: 0 2 * * *
89

0 commit comments

Comments
 (0)