Skip to content

Commit

Permalink
update action to run on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
GoEddie committed Nov 22, 2024
1 parent 0754e89 commit c8c8b85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Spark Dotnet
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]

jobs:

Expand Down

0 comments on commit c8c8b85

Please sign in to comment.