chore: gh-pages 只有 master 分支才更新

This commit is contained in:
wuduoyi 2024-03-26 23:13:25 +08:00
parent 9bf28b2f85
commit 8c592353d2

View File

@ -2,7 +2,7 @@ name: gh-pages
on:
push:
branches: ['**']
branches: [master]
jobs:
build: