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 29, 2024
1 parent be2e295 commit c999173
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Build .NET Framework 4.7.2

on:
push:
branches:
- '*' # 当推送到 任何 分支时触发
pull_request:
branches:
- 'C#' # 当有针对 C# 分支的 pull request 时触发
workflow_dispatch: # 手动触发
# push:
# branches:
# - '*' # 当推送到 任何 分支时触发
# pull_request:
# branches:
# - 'C#' # 当有针对 C# 分支的 pull request 时触发

jobs:
build:
Expand Down

0 comments on commit c999173

Please sign in to comment.