Skip to content

Commit 729e94a

Browse files
committed
chore: configure CI for 1.x branch (#1528)
1 parent b6b82ec commit 729e94a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
pull_request:
33
branches:
4-
- main
4+
- v1
55
name: docs
66
jobs:
77
docs:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
pull_request:
33
branches:
4-
- main
4+
- v1
55
name: lint
66
jobs:
77
lint:

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
pull_request:
33
branches:
4-
- main
4+
- v1
55
name: mypy
66
jobs:
77
mypy:

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
pull_request:
33
branches:
4-
- main
4+
- v1
55
name: unittest
66
jobs:
77
unit:

0 commit comments

Comments
 (0)