Skip to content

Commit ffe93ea

Browse files
authored
Merge pull request sparkfun#80 from sparkfun/ESP32_v2.0.1_Debug
Update yml file: only run on pull requests; change STM32 to Gen F4
2 parents d803c92 + 5479950 commit ffe93ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile-sketch.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Compile Sketch
22

33
on:
4-
- push
4+
# - push
55
- pull_request
66

77

@@ -79,7 +79,7 @@ jobs:
7979
8080
# STM32
8181
# https://github.com/arduino/ArduinoCore-mbed/blob/master/boards.txt
82-
- fqbn: STMicroelectronics:stm32:GenF1
82+
- fqbn: STMicroelectronics:stm32:GenF4
8383
platforms: |
8484
- name: STMicroelectronics:stm32
8585
source-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json

0 commit comments

Comments
 (0)