File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: STM32 FreeRTOS Continuous Integration
22on :
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
3434 if : failure()
3535 run : |
3636 cat ${{ steps.Compile.outputs.compile-result }}
37- exit 1
37+ exit 1
You can’t perform that action at this time.
0 commit comments