This commit is contained in:
talktao 2022-08-25 20:49:39 +08:00
parent bb789db4c2
commit 860d871738

View File

@ -2,7 +2,7 @@ name: Build and Deploy
on: # 监听 master 分支上的 push 事件
push:
branches:
- master
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest # 构建环境使用 ubuntu