Skip to content

Commit

Permalink
Refactor DOTNET workflow to trigger only on push events
Browse files Browse the repository at this point in the history
  • Loading branch information
HEJOK254 committed Sep 6, 2024
1 parent 61374a2 commit 5db82be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: .NET

on: [ push, pull_request ]
on: push

jobs:
build:
Expand Down

0 comments on commit 5db82be

Please sign in to comment.