2
0
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:
2020-12-27 17:10:30 +00:00
parent 1e362c5e64
commit b87362fd28
2 changed files with 9 additions and 5 deletions

View File

@ -1,8 +1,10 @@
name: .NET Core
on:
push:
branches: master
pull_request:
branches: master
workflow_dispatch:
jobs:
build: