We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce2012 commit f82b0dbCopy full SHA for f82b0db
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@ on:
9
# 每当 push 到 master 分支时触发部署
10
push:
11
branches:
12
- - main
+ - master
13
14
# 当前流程要执行的任务,可以是多个。[my_first_job]就是一个任务
15
jobs:
0 commit comments