Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Funny-ppt authored Mar 29, 2024
1 parent 8e60026 commit 7f35015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: windows-latest

# 只有当当前分支与 matrix 中的 branch 匹配时才运行 job
if: contains("master", github.ref_name) || inputs.include_windows
if: contains('master', github.ref_name) || inputs.include_windows

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7f35015

Please sign in to comment.