File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: STM32 Core Continuous Integration
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
paths-ignore :
7
7
- ' *.json'
8
8
- ' **.md'
@@ -31,11 +31,11 @@ jobs:
31
31
steps :
32
32
# First of all, clone the repo using the checkout action.
33
33
- name : Checkout
34
- uses : actions/checkout@master
34
+ uses : actions/checkout@main
35
35
36
36
- name : Astyle check
37
37
id : Astyle
38
- uses : stm32duino/actions/astyle-check@master
38
+ uses : stm32duino/actions/astyle-check@main
39
39
with :
40
40
astyle-definition : ' CI/astyle/.astylerc'
41
41
ignore-path-list : ' CI/astyle/.astyleignore'
@@ -52,11 +52,11 @@ jobs:
52
52
steps :
53
53
# First of all, clone the repo using the checkout action.
54
54
- name : Checkout
55
- uses : actions/checkout@master
55
+ uses : actions/checkout@main
56
56
57
57
- name : Compilation
58
58
id : Compile
59
- uses : stm32duino/actions/compile-examples@master
59
+ uses : stm32duino/actions/compile-examples@main
60
60
with :
61
61
additional-url : ' https://github.com/stm32duino/BoardManagerFiles/raw/dev/package_stmicroelectronics_index.json'
62
62
72
72
steps :
73
73
# First of all, clone the repo using the checkout action.
74
74
- name : Checkout
75
- uses : actions/checkout@master
75
+ uses : actions/checkout@main
76
76
77
77
- name : PlatformIO
78
78
id : Compile
You can’t perform that action at this time.
0 commit comments