Watch
2
0
Fork
You've already forked raylib-cs
0

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:
Rgebee 2020-12-27 17:10:30 +00:00
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: