Closed h4570 closed 1 year ago
Why two workflows?
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.
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.
Based on #168 by @israpps