Skip to content

Commit 20f8f93

Browse files
committed
Setup CI to run on 2027 branch
1 parent bcee015 commit 20f8f93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dist.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- main
9+
- '2027'
910
tags:
1011
- '*'
1112
workflow_dispatch:
@@ -35,6 +36,9 @@ jobs:
3536
if [[ "${{ github.ref_name }}" == "main" ]]; then
3637
echo "PARALLEL=1"
3738
echo "p={\"v\": 1}" >> $GITHUB_OUTPUT
39+
elif [[ "${{ github.ref_name }}" == "2027" ]]; then
40+
echo "PARALLEL=1"
41+
echo "p={\"v\": 1}" >> $GITHUB_OUTPUT
3842
else
3943
echo "PARALLEL=10000"
4044
echo "p={\"v\": 10000}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)