h4570 / tyra

Game engine for PlayStation 2™
Apache License 2.0
511 stars 36 forks source link

Github Actions refactor #169

Closed h4570 closed 1 year ago

h4570 commented 1 year ago

Based on #168 by @israpps

israpps commented 1 year ago

Why two workflows?

h4570 commented 1 year ago

First for pull requests - to check if code is compilable. Second for master - to build latest code after PR merge, so people can easily download latest binaries without compilation.

israpps commented 1 year ago

First for pull requests - to check if code is compilable. Second for master - to build latest code after PR merge, so people can easily download latest binaries without compilation.

In that case, make a single workflow, where binaries are publicly released only for the master branch.