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