Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a1f708d

Browse filesBrowse files
committed
ci: change to main branch
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 8155ff2 commit a1f708d
Copy full SHA for a1f708d

File tree

Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed

‎.github/workflows/Continuous-Integration.yml

Copy file name to clipboardExpand all lines: .github/workflows/Continuous-Integration.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: STM32Ethernet 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: "DISCO_F746NG|NUCLEO_F429ZI|NUCLEO_F767ZI"
5555
libraries: "STM32duino LwIP"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.