Skip to content

Commit fcc5e7a

Browse files
authored
Update Continuous-Integration.yml
1 parent 12a6291 commit fcc5e7a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/Continuous-Integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: STM32 FreeRTOS Continuous Integration
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
paths-ignore:
77
- '*'
88
- '**.md'
@@ -19,13 +19,13 @@ jobs:
1919
steps:
2020
# First of all, clone the repo using the checkout action.
2121
- name: Checkout
22-
uses: actions/checkout@master
22+
uses: actions/checkout@main
2323

2424
- name: Compilation
2525
id: Compile
26-
uses: stm32duino/actions/compile-examples@master
26+
uses: stm32duino/actions/compile-examples@main
2727
with:
28-
board-pattern: "NUCLEO_(F091RC|F103RB|F303RE|F429ZI|F767ZI|G071RB|G474RE|H743ZI2|L073RZ|L152RE|L476RG|WB55RG)"
28+
board-pattern: "NUCLEO_(F091RC|F103RB|F303RE|F429ZI|F767ZI|G071RB|G474RE|H743ZI2|L073RZ|L152RE|L476RG|L552ZE|U575ZI|WB55RG|WL55JC1)"
2929
libraries: "SD"
3030
example-pattern: "fr[Blink|Fifo]"
3131

@@ -34,4 +34,4 @@ jobs:
3434
if: failure()
3535
run: |
3636
cat ${{ steps.Compile.outputs.compile-result }}
37-
exit 1
37+
exit 1

0 commit comments

Comments
 (0)