Skip to content

Commit 8328291

Browse files
authored
Change workflow branch from v2.7.x to preview
1 parent b5a3dba commit 8328291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: preview
33
on:
44
push:
55
branches:
6-
- v2.7.x
6+
- preview
77
release:
88
types: [released]
99
workflow_dispatch:
@@ -20,7 +20,7 @@ jobs:
2020
- name: Check out Git repository
2121
uses: actions/checkout@v1
2222
with:
23-
ref: v2.7.x
23+
ref: preview
2424

2525
- name: Extract branch name
2626
shell: bash

0 commit comments

Comments
 (0)