This commit is contained in:
Ajay Ramachandran 2020-03-09 10:49:50 -04:00
parent 73e8926444
commit d5f41bf4ad
2 changed files with 13 additions and 2 deletions

13
.github/ci.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: CI
on: [push, pull_request]
jobs:
build:
name: Create artifacts
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/ci/

View file

@ -1,7 +1,5 @@
name: CI
on: [push, pull_request]
jobs:
build: