From 5479950ee65ac952145851a09d38de827844cf68 Mon Sep 17 00:00:00 2001 From: PaulZC Date: Wed, 17 Nov 2021 13:38:06 +0000 Subject: [PATCH] Only run yml on pull requests --- .github/workflows/compile-sketch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index 189fd2e..97efba1 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