Skip to content

Commit 9ec2ce6

Browse files
test on v5 branch code
1 parent 24b5972 commit 9ec2ce6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/v5-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout repo
1515
uses: actions/checkout@v4
16+
with:
17+
ref: v5
1618
- name: Set up python
1719
uses: actions/setup-python@v4
1820
with:
@@ -29,6 +31,8 @@ jobs:
2931
steps:
3032
- name: Checkout repo
3133
uses: actions/checkout@v4
34+
with:
35+
ref: v5
3236
- name: Set up python
3337
uses: actions/setup-python@v4
3438
with:

.github/workflows/v5-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Checkout code
3030
uses: actions/checkout@v5
3131
with:
32+
ref: v5
3233
fetch-depth: 0
3334
fetch-tags: true
3435

0 commit comments

Comments
 (0)