mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-04 06:02:45 +08:00
chore: github action 使用dev分支作为构建分支
This commit is contained in:
parent
8d54bcafc1
commit
45d246abce
3
.github/workflows/pages.yml
vendored
3
.github/workflows/pages.yml
vendored
@ -2,7 +2,7 @@ name: pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [dev]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@ -13,6 +13,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: dev
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user