Skip to content

Commit 78f6e14

Browse files
committed
Also trigger workflow for PRs
1 parent 2ce4985 commit 78f6e14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name: PlatformIO CI
44

5-
on: [ push ]
5+
on: [push, pull_request]
66

77
jobs:
88
build:
@@ -16,6 +16,7 @@ jobs:
1616
- examples/AstronomyDemo
1717
- examples/OpenWeatherMapCurrentDemo
1818
- examples/OpenWeatherMapForecastDemo
19+
# doesn't work on ESP32 due to WiFi Manager dependency
1920
- examples/PlaneSpotterDemo
2021
- examples/SunMoonCalcDemo
2122
- examples/WeatherStationDemo

0 commit comments

Comments
 (0)