.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:
parent
320e27860a
commit
f936e4a6bc
4
.github/workflows/rp2_port.yml
vendored
4
.github/workflows/rp2_port.yml
vendored
@ -1,10 +1,8 @@
|
||||
name: Build lv_micropython rp2 port
|
||||
name: rp2 port
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
4
.github/workflows/stm32_port.yml
vendored
4
.github/workflows/stm32_port.yml
vendored
@ -1,10 +1,8 @@
|
||||
name: Build lv_micropython stm32 port
|
||||
name: stm32 port
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
4
.github/workflows/unix_port.yml
vendored
4
.github/workflows/unix_port.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user