summaryrefslogtreecommitdiff
path: root/.github/workflows (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-05Update actions/setup-node action to v2Renovate Bot1-3/+3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2020-11-26Limit CI runs to pushes to master and pull requests against masterTilman Vatteroth1-1/+5
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2020-11-25Added zipping and uploading of production buildsErik Michelson1-2/+8
This extends the 'production build' workflow with uploading the final bundle as an artifact. The bundle is only uploaded on pushes to `master` and with Node.js 14. Co-authored-by: David Mehren <git@herrmehren.de> Signed-off-by: Erik Michelson <github@erik.michelson.eu> Signed-off-by: David Mehren <git@herrmehren.de>
2020-11-11Migrate to GitHub ActionsDavid Mehren1-0/+82
GH Actions now also do a production build with all supported Node versions to catch any Webpack errors Signed-off-by: David Mehren <git@herrmehren.de>