summaryrefslogtreecommitdiff
path: root/.github/workflows/api.yml
AgeCommit message (Collapse)Author
2020-11-03Run all CI build pipelines on pull requestFabian Mastenbroek
2020-08-24Fix conditional Github Actions triggerFabian Mastenbroek
This change fixes the conditional Github Actions trigger that we use to only trigger CI invocations for the changed subprojects. Previously, Github Actions was only triggered when a file in the top-level directory of the subproject was changed.
2020-08-24Rename web-server to APIFabian Mastenbroek
This change renames the web-server component to API in order to be more descriptive of its role. The OpenDC API bridges between the frontend on one side and the database and simulator on the other side.