github: improve CI
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
d0925bfd33
commit
71fd38df8a
1 changed files with 2 additions and 5 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue