summaryrefslogtreecommitdiff
path: root/.github/workflows (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update actions/setup-node action to v2Renovate Bot2021-02-051-3/+3
| | | | Signed-off-by: Renovate Bot <bot@renovateapp.com>
* Limit CI runs to pushes to master and pull requests against masterTilman Vatteroth2020-11-261-1/+5
| | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* Added zipping and uploading of production buildsErik Michelson2020-11-251-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>
* Migrate to GitHub ActionsDavid Mehren2020-11-111-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>