FosterFramework / Foster

A small C# game framework
MIT License
435 stars 38 forks source link

Don't run "UpdateLibs" step in build-libs.yml on pull requests #42

Closed NoelFB closed 10 months ago

NoelFB commented 10 months ago

Pull Requests usually fail because the build-libs.yml action tries to commit the binaries. I think the action should still run, it just needs to skip that specific step if it's being invoked via pull request.