Split ci.yml into separate workflows

Split the `install` and `tests` jobs from `ci.yml` into their own
separate workflows.
This commit is contained in:
Oliver Davies 2020-09-04 21:12:48 +01:00
parent 1781a2cf01
commit d7d5a6c8a3
4 changed files with 109 additions and 91 deletions

2
.gitignore vendored
View file

@ -2,7 +2,7 @@
!*/
!/.gitignore
!/**/.gitkeep
!/.github/
!/.github/**
!/.idea/
!/bin/
!/config/**