From b2ea139da02ff858e106d5900a9efccdb850084b Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Sat, 8 Feb 2025 16:11:08 +0100 Subject: [PATCH] Fix syntax --- .github/workflows/build-stls.yml | 6 +++--- .github/workflows/compile-sketch.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-stls.yml b/.github/workflows/build-stls.yml index bce1552..b7a6ce4 100644 --- a/.github/workflows/build-stls.yml +++ b/.github/workflows/build-stls.yml @@ -1,9 +1,9 @@ name: Build Case STLs on: - - push - - pull_request - - workflow_call: + push: + pull_request: + workflow_call: jobs: build-stls: diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index 3ece511..3039991 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -1,9 +1,9 @@ name: Compile Firmware on: - - push - - pull_request - - workflow_call: + push: + pull_request: + workflow_call: jobs: compile-firmware: