Skip to content

Commit 29831f5

Browse files
committed
ci: mynewt: Disable run on PR and add daily cron
Only build on push and main branch daily (until mynewt integration is fixed). Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
1 parent 95a6e38 commit 29831f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/mynewt.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ on:
33
push:
44
branches:
55
- main
6-
pull_request:
6+
schedule:
7+
- cron: 42 3 * * *
78

89
name: Mynewt
910

0 commit comments

Comments
 (0)