Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shizuku-Nanami authored Sep 26, 2024
1 parent 17bfd05 commit 36eb136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build .NET Framework 4.7.2
on:
push:
branches:
- C# # 当推送到 main 分支时触发
- '*' # 当推送到 任何 分支时触发
pull_request:
branches:
- C# # 当有针对 main 分支的 pull request 时触发
- 'C#' # 当有针对 C# 分支的 pull request 时触发

jobs:
build:
Expand Down

0 comments on commit 36eb136

Please sign in to comment.