summaryrefslogtreecommitdiff
path: root/.github/workflows/simulator.yml
AgeCommit message (Collapse)Author
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-24Run CI only if necessaryFabian Mastenbroek
This pull request selectively enables the build workflows for the three subproject based on the changed files in the commit.
2020-08-24Add config for simulator CIFabian Mastenbroek