diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d129c697..da891fa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,10 @@ -name: Build & test on ubuntu +name: CI on: [push, pull_request] jobs: - build: + build_and_test: + name: Build & Test runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2