We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81d5f8 commit 2dfc93fCopy full SHA for 2dfc93f
.github/workflows/arduino-report.yml
@@ -1,4 +1,8 @@
1
on:
2
+ push:
3
+ branches:
4
+ - main
5
+ pull_request:
6
schedule:
7
- cron: '*/5 * * * *'
8
jobs:
.github/workflows/arduino.yml
@@ -1,5 +1,9 @@
name: arduino
-on: [ push, pull_request ]
+on:
9
build-for-esp32:
0 commit comments