Skip to content

Commit 843c597

Browse files
committed
test workflow
1 parent 6ac19f2 commit 843c597

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

.github/workflows/build-esp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: ESP
33
on:
44
push:
55
branches: ["main"]
6-
# pull_request:
7-
# types: [opened, reopened, synchronize, ready_for_review]
6+
pull_request:
7+
types: [opened, reopened, synchronize, ready_for_review]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/build-nuttx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: NuttX
33
on:
44
push:
55
branches: ["main"]
6-
# pull_request:
7-
# types: [opened, reopened, synchronize, ready_for_review]
6+
pull_request:
7+
types: [opened, reopened, synchronize, ready_for_review]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/build-rpi-baremetal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Raspberry Pi Baremetal
33
on:
44
push:
55
branches: ["main"]
6-
# pull_request:
7-
# types: [opened, reopened, synchronize, ready_for_review]
6+
pull_request:
7+
types: [opened, reopened, synchronize, ready_for_review]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/build-rpi-pico-sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Raspberry Pi Pico SDK
33
on:
44
push:
55
branches: ["main"]
6-
# pull_request:
7-
# types: [opened, reopened, synchronize, ready_for_review]
6+
pull_request:
7+
types: [opened, reopened, synchronize, ready_for_review]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/build-stm32-elf.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: STM32 ELF
33
on:
44
push:
55
branches: ["main"]
6-
# pull_request:
7-
# types: [opened, reopened, synchronize, ready_for_review]
6+
pull_request:
7+
types: [opened, reopened, synchronize, ready_for_review]
88
workflow_dispatch:
99

1010
jobs:
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
example: [stm32-lvgl]
18+
example: [stm32-blink, stm32-lvgl]
1919

2020
steps:
2121
- name: Checkout repo

.github/workflows/build-stm32-macho.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
example: [stm32-blink] #, stm32-lcd-logo, stm32-neopixel, stm32-uart-echo]
18+
example: [stm32-blink, stm32-lcd-logo, stm32-neopixel, stm32-uart-echo]
1919

2020
steps:
2121
- name: Checkout repo

.github/workflows/build-zephyr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Zephyr
33
on:
44
push:
55
branches: ["main"]
6-
# pull_request:
7-
# types: [opened, reopened, synchronize, ready_for_review]
6+
pull_request:
7+
types: [opened, reopened, synchronize, ready_for_review]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Lint
33
on:
44
push:
55
branches: ["main"]
6-
# pull_request:
7-
# types: [opened, reopened, synchronize, ready_for_review]
6+
pull_request:
7+
types: [opened, reopened, synchronize, ready_for_review]
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)