Skip to content

Commit 2f1ee58

Browse files
committed
ci: change to main branch
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 76887a4 commit 2f1ee58

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/Continuous-Integration.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: STM32 Core Continuous Integration
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
paths-ignore:
77
- '*.json'
88
- '**.md'
@@ -31,11 +31,11 @@ jobs:
3131
steps:
3232
# First of all, clone the repo using the checkout action.
3333
- name: Checkout
34-
uses: actions/checkout@master
34+
uses: actions/checkout@main
3535

3636
- name: Astyle check
3737
id: Astyle
38-
uses: stm32duino/actions/astyle-check@master
38+
uses: stm32duino/actions/astyle-check@main
3939
with:
4040
astyle-definition: 'CI/astyle/.astylerc'
4141
ignore-path-list: 'CI/astyle/.astyleignore'
@@ -52,11 +52,11 @@ jobs:
5252
steps:
5353
# First of all, clone the repo using the checkout action.
5454
- name: Checkout
55-
uses: actions/checkout@master
55+
uses: actions/checkout@main
5656

5757
- name: Compilation
5858
id: Compile
59-
uses: stm32duino/actions/compile-examples@master
59+
uses: stm32duino/actions/compile-examples@main
6060
with:
6161
additional-url: 'https://github.com/stm32duino/BoardManagerFiles/raw/dev/package_stmicroelectronics_index.json'
6262

@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
# First of all, clone the repo using the checkout action.
7474
- name: Checkout
75-
uses: actions/checkout@master
75+
uses: actions/checkout@main
7676

7777
- name: PlatformIO
7878
id: Compile

0 commit comments

Comments
 (0)