Skip to content

Commit 2dfc93f

Browse files
committed
fixup jobs
1 parent d81d5f8 commit 2dfc93f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/arduino-report.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
on:
2+
push:
3+
branches:
4+
- main
5+
pull_request:
26
schedule:
37
- cron: '*/5 * * * *'
48
jobs:

.github/workflows/arduino.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: arduino
2-
on: [ push, pull_request ]
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
37

48
jobs:
59
build-for-esp32:

0 commit comments

Comments
 (0)