Skip to content

Commit

Permalink
Update PublishMySite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tracy626 committed Sep 20, 2024
1 parent 665be35 commit 80ca168
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mkdocs-site/.github/workflows/PublishMySite.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: tracy626
on: # 在什么时候触发工作流
push: # 在从本地main分支被push到GitHub仓库时
push: # 在从本地master分支被push到GitHub仓库时
branches:
- main
pull_request: # 在main分支合并别人提的pr时
- master
pull_request: # 在master分支合并别人提的pr时
branches:
- main
- master
jobs: # 工作流的具体内容
deploy:
runs-on: ubuntu-latest # 创建一个新的云端虚拟机 使用最新Ubuntu系统
Expand Down

0 comments on commit 80ca168

Please sign in to comment.