From 0db37f7d36aba5ea9163f34c23ba5a2034e00398 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 29 Jul 2021 12:29:12 +0200 Subject: [PATCH] workflow_dispatch --- .github/workflows/Tasmota_build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Tasmota_build.yml b/.github/workflows/Tasmota_build.yml index a67ae0bd8..ef0873a90 100644 --- a/.github/workflows/Tasmota_build.yml +++ b/.github/workflows/Tasmota_build.yml @@ -1,8 +1,11 @@ name: Build_firmware on: + workflow_dispatch: # Manually start a workflow push: branches: development + paths-ignore: + - '.github/**' # Ignore changes towards the .github directory jobs: tasmota_pull: