mirror of https://github.com/arendst/Tasmota.git
Only trigger manually
This commit is contained in:
parent
e7405a9683
commit
736e66ed5d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue