Skip to content

Commit

Permalink
Add CI branch for test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HO-COOH committed Jul 20, 2024
1 parent cb3c09a commit b514aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name: MSBuild

on:
push:
branches: [ "master" ]
branches: [ "master", "ci" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "ci" ]

env:
# Path to the solution file relative to the root of the project.
Expand Down

0 comments on commit b514aed

Please sign in to comment.