Skip to content

Commit 1e3abab

Browse files
committed
Use appropriate filename for sketch compilation workflow
The previous version of the workflow was configured for private repositories, thus the "-private", but we are now using the version for public repositories, so the filename should be updated accordingly.
1 parent ad17224 commit 1e3abab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/compile-examples-private.yml renamed to .github/workflows/compile-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ name: Compile Examples
44
on:
55
push:
66
paths:
7-
- ".github/workflows/compile-examples-private.ya?ml"
7+
- ".github/workflows/compile-examples.ya?ml"
88
- "library.properties"
99
- "examples/**"
1010
- "src/**"
1111
pull_request:
1212
paths:
13-
- ".github/workflows/compile-examples-private.ya?ml"
13+
- ".github/workflows/compile-examples.ya?ml"
1414
- "library.properties"
1515
- "examples/**"
1616
- "src/**"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Portenta Breakout Carrier Library for Arduino
22

33
[![Check Arduino status](https://github.com/arduino-libraries/Arduino_PortentaBreakoutLibrary/actions/workflows/check-arduino.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_PortentaBreakoutLibrary/actions/workflows/check-arduino.yml)
4-
[![Compile Examples status](https://github.com/arduino-libraries/Arduino_PortentaBreakoutLibrary/actions/workflows/compile-examples-private.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_PortentaBreakoutLibrary/actions/workflows/compile-examples-private.yml)
4+
[![Compile Examples status](https://github.com/arduino-libraries/Arduino_PortentaBreakoutLibrary/actions/workflows/compile-examples.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_PortentaBreakoutLibrary/actions/workflows/compile-examples.yml)
55
[![Spell Check status](https://github.com/arduino-libraries/Arduino_PortentaBreakoutLibrary/actions/workflows/spell-check.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_PortentaBreakoutLibrary/actions/workflows/spell-check.yml)
66

77
Arduino Library for the Arduino Portenta Breakout Carrier

0 commit comments

Comments
 (0)