Skip to content

Commit 3cab7ac

Browse files
committed
yml: enable-deltas-report; disable compile on push
1 parent 2b4330a commit 3cab7ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 2 additions & 1 deletion
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

@@ -110,6 +110,7 @@ jobs:
110110
- examples/Example19_DynamicModel
111111
- examples/Example20_SendCustomCommand
112112
enable-warnings-report: true
113+
enable-deltas-report: true
113114
# verbose: true
114115

115116
# outputs:

0 commit comments

Comments
 (0)