From 112320f5bc35eadc489c0705565eefd9cb1fb419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Kl=C3=ADma?= Date: Tue, 23 Apr 2024 12:40:55 +0200 Subject: [PATCH] Merge CI to develop (#95) * Simplify CI * CI update * CI update * Update CI from develop (#94) * Add format parameter to get_config() * Add badges * Tests for push are enought * update CD actions * add tests for device SG500-52 --- .github/workflows/FastTest.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/FastTest.yml b/.github/workflows/FastTest.yml index 024c538..24a52af 100644 --- a/.github/workflows/FastTest.yml +++ b/.github/workflows/FastTest.yml @@ -4,11 +4,7 @@ name: Fast Test on: - push: - branches-ignore: - - develop - - master - pull_request: + push: branches-ignore: - develop - master