.github/workflows small fixes

Shorter names

Run on all branches. This is important because bugfixes and features are usuaully developed on a branch, and we want to test it before merging to master
This commit is contained in:
Amir Gonnen 2021-09-14 10:20:03 +03:00
parent 320e27860a
commit f936e4a6bc
3 changed files with 3 additions and 9 deletions

View File

@ -1,10 +1,8 @@
name: Build lv_micropython rp2 port
name: rp2 port
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:

View File

@ -1,10 +1,8 @@
name: Build lv_micropython stm32 port
name: stm32 port
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:

View File

@ -1,10 +1,8 @@
name: Build lv_micropython unix port
name: unix port
on:
push:
branches: [ master, lvgl_javascript ]
pull_request:
branches: [ master, lvgl_javascript ]
jobs:
build: