Skip to content

Commit

Permalink
修复CI中分支错误
Browse files Browse the repository at this point in the history
  • Loading branch information
asurance committed May 14, 2024
1 parent 0f81e5c commit fd3a45c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deply_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Deploy Doc site to Pages

on:
push:
branches: [main]
branches:
- master

workflow_dispatch:

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/public_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Public Packages

on:
push:
branches: [main]
branches:
- master

workflow_dispatch:

Expand Down

0 comments on commit fd3a45c

Please sign in to comment.