Skip to content

Commit

Permalink
re-enabled .net build on push/pull
Browse files Browse the repository at this point in the history
  • Loading branch information
bradygaster committed Feb 15, 2024
1 parent e70827c commit 69ac1bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: .NET Build

on:
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 69ac1bb

Please sign in to comment.