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
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
paths-ignore :
7
7
- ' *'
8
8
- ' **.md'
@@ -19,13 +19,13 @@ jobs:
19
19
steps :
20
20
# First of all, clone the repo using the checkout action.
21
21
- name : Checkout
22
- uses : actions/checkout@master
22
+ uses : actions/checkout@main
23
23
24
24
- name : Compilation
25
25
id : Compile
26
- uses : stm32duino/actions/compile-examples@master
26
+ uses : stm32duino/actions/compile-examples@main
27
27
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 )"
29
29
libraries : " SD"
30
30
example-pattern : " fr[Blink|Fifo]"
31
31
34
34
if : failure()
35
35
run : |
36
36
cat ${{ steps.Compile.outputs.compile-result }}
37
- exit 1
37
+ exit 1
You can’t perform that action at this time.
0 commit comments