Skip to content

Commit

Permalink
Update dotnet.yml: Build on push, pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
raman-m authored Jan 22, 2025
1 parent ae209ee commit e97b14c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@

name: .NET

on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
#on:
# push:
# branches: [ "develop" ]
# pull_request:
# branches: [ "develop" ]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit e97b14c

Please sign in to comment.