From 736e66ed5dba093870c93cdfed5a0c82a1e32cd4 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 19 Oct 2021 13:39:54 +0200 Subject: [PATCH] Only trigger manually --- .github/workflows/Tasmota_build_devel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 7b643e25e..bbcd6d226 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -3,7 +3,7 @@ name: Build_firmware_devel on: workflow_dispatch: # Manually start a workflow push: - branches: development + branches: test # Dummy branch run only manually for testing! paths-ignore: - '.github/**' # Ignore changes towards the .github directory - '**.md' # Do no build if *.md files changes