mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
chore: gh-pages 只有 master 分支才更新
This commit is contained in:
parent
9bf28b2f85
commit
8c592353d2
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@ -2,7 +2,7 @@ name: gh-pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ['**']
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user