Skip to content

Commit ec2f2ce

Browse files
committed
ci: change to main branch
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 38ce891 commit ec2f2ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/Continuous-Integration.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: STM32RTC Continuous Integration
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
paths-ignore:
77
- '*'
88
- '**.md'
@@ -19,11 +19,11 @@ 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: Astyle check
2525
id: Astyle
26-
uses: stm32duino/actions/astyle-check@master
26+
uses: stm32duino/actions/astyle-check@main
2727

2828
# Use the output from the `Astyle` step
2929
- name: Astyle Errors
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
name: Spell check
3737
steps:
38-
- uses: actions/checkout@master
38+
- uses: actions/checkout@main
3939
- uses: arduino/actions/libraries/spell-check@master
4040
# with:
4141
# ignore-words-list: "./extras/codespell-ignore-words-list.txt"
@@ -45,11 +45,11 @@ jobs:
4545
steps:
4646
# First of all, clone the repo using the checkout action.
4747
- name: Checkout
48-
uses: actions/checkout@master
48+
uses: actions/checkout@main
4949

5050
- name: Compilation
5151
id: Compile
52-
uses: stm32duino/actions/compile-examples@master
52+
uses: stm32duino/actions/compile-examples@main
5353
with:
5454
board-pattern: ".*NUCLEO.*"
5555

0 commit comments

Comments
 (0)