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: