yml: enable-deltas-report; disable compile on push

This commit is contained in:
PaulZC
2021-12-02 12:44:00 +00:00
parent 2b4330a42a
commit 3cab7acd3f
+2 -1
View File
@@ -1,7 +1,7 @@
name: Compile Sketch name: Compile Sketch
on: on:
- push # - push
- pull_request - pull_request
@@ -110,6 +110,7 @@ jobs:
- examples/Example19_DynamicModel - examples/Example19_DynamicModel
- examples/Example20_SendCustomCommand - examples/Example20_SendCustomCommand
enable-warnings-report: true enable-warnings-report: true
enable-deltas-report: true
# verbose: true # verbose: true
# outputs: # outputs: