Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- configuration: debug
os: windows
libtarget: net45
testtarget: net45
testtarget: net46
- configuration: release
os: windows
libtarget: net45
testtarget: net45
testtarget: net46
steps:
- uses: actions/checkout@v2

Expand Down
14 changes: 3 additions & 11 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ jobs:
os: [ubuntu, windows, macos]
target: [netstandard2.0, netstandard2.1]
include:
- configuration: Debug
os: windows
target: net45
- configuration: Release
os: windows
- os: windows
target: net45
steps:
- uses: actions/checkout@v2
Expand All @@ -41,12 +37,8 @@ jobs:
os: [ubuntu, windows, macos]
target: [netcoreapp3.1]
include:
- configuration: debug
os: windows
target: net45
- configuration: release
os: windows
target: net45
- os: windows
target: net46
steps:
- uses: actions/checkout@v2

Expand Down