aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-release-binaries.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Limit CI jobs runtime to 30 minutesSven-Hendrik Haase2021-08-291-0/+1
|
* Give artifacts unique nameSven-Hendrik Haase2021-08-291-0/+1
|
* Upload artifacts when building release binariesSven-Hendrik Haase2021-08-291-0/+5
| | | | We always do this unconditionally so that we can even check out artifacts from PRs.
* Run CI on pull_request as wellSven-Hendrik Haase2021-08-291-1/+1
| | | | Turns out we need this as otherwise we'd get no CI at all for pull requests. Who woulda thunk.
* Always build all binaries for all targetsSven-Hendrik Haase2021-08-291-0/+174
This uses the original workflow we used for publishing the binaries but now we use it as CI as well with an optional publish in case we are in a tag push.