From 3cab7acd3f0fcfaa1445936498e6b4db93685382 Mon Sep 17 00:00:00 2001 From: PaulZC Date: Thu, 2 Dec 2021 12:44:00 +0000 Subject: [PATCH] yml: enable-deltas-report; disable compile on push --- .github/workflows/compile-sketch.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index 65354a1..8a225b7 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -1,7 +1,7 @@ name: Compile Sketch on: - - push + # - push - pull_request @@ -110,6 +110,7 @@ jobs: - examples/Example19_DynamicModel - examples/Example20_SendCustomCommand enable-warnings-report: true + enable-deltas-report: true # verbose: true # outputs: