Skip to content

Commit

Permalink
style: 说明
Browse files Browse the repository at this point in the history
  • Loading branch information
wb_luofang committed Apr 16, 2024
1 parent daa1e10 commit 032f158
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ name: CI

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
# push或pull request到"main"分支会触发此工作流
# 执行CI的时机: 当 git push 到 main 分支时
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 032f158

Please sign in to comment.