diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 739e317..bad1152 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,9 @@ name: CI -on: - - push - - pull_request +on: [push, pull_request] jobs: - pico: - name: RPi Pico compilation + CI: runs-on: ubuntu-20.04 steps: - name: 'Check out code'