Skip to content

Commit 5404716

Browse files
committed
Prepare 2.1.x
1 parent 19ecfcb commit 5404716

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/apiref.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: "Deploy API Reference"
55
on:
66
push:
77
branches:
8-
- "2.0.x"
8+
- "2.1.x"
99

1010
concurrency:
1111
group: "pages"
@@ -21,6 +21,7 @@ jobs:
2121
branch:
2222
- "1.23.x"
2323
- "2.0.x"
24+
- "2.1.x"
2425

2526
steps:
2627
- name: "Checkout"

0 commit comments

Comments
 (0)