Skip to content

Commit 4edab03

Browse files
author
Christopher Doris
committed
enable CI on v1 branch
1 parent e88de1e commit 4edab03

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- v1
78
tags:
89
- '*'
910
pull_request:

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- v1
78
push:
89
branches:
910
- main
11+
- v1
1012
tags:
1113
- '*'
1214

0 commit comments

Comments
 (0)