mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
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:
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:
|
||||
|
Reference in New Issue
Block a user