Update workflow and README.md ready to merge into master
- Should be able to run workflow manually and pushes will only run it if they are on master. - Update README.md with new version + note about the nuget package being out of date.
This commit is contained in:
parent
1e362c5e64
commit
b87362fd28
2 changed files with 9 additions and 5 deletions
2
.github/workflows/dotnetcore.yml
vendored
2
.github/workflows/dotnetcore.yml
vendored
|
|
@ -1,8 +1,10 @@
|
|||
name: .NET Core
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
pull_request:
|
||||
branches: master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue