Skip to content

Commit

Permalink
Make the github actions to run on any PR
Browse files Browse the repository at this point in the history
  • Loading branch information
maximn committed Oct 9, 2024
1 parent 3743a77 commit 89e6386
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Publish Nuget

on:
workflow_dispatch:
push:
tags:
- 'v*'
Expand Down

0 comments on commit 89e6386

Please sign in to comment.