From 71fd38df8ad389f2d8df880eeb6c9f88bfd378ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Thu, 3 Nov 2022 19:46:43 +0100 Subject: [PATCH] github: improve CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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'