Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
Add on push and on pull request
  • Loading branch information
froque committed Nov 26, 2023
1 parent 745b255 commit 2e1c5ab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: .NET

on:
workflow_dispatch

push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
build:

Expand Down

0 comments on commit 2e1c5ab

Please sign in to comment.