Skip to content

Commit c63359e

Browse files
committed
github: improve CI
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
1 parent 64f9387 commit c63359e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
name: CI
22

3-
on:
4-
- push
5-
- pull_request
3+
on: [push, pull_request]
64

75
jobs:
8-
pico:
9-
name: RPi Pico compilation
6+
CI:
107
runs-on: ubuntu-20.04
118
steps:
129
- name: 'Check out code'

0 commit comments

Comments
 (0)