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:
|
on:
|
||||||
workflow_dispatch: # Manually start a workflow
|
workflow_dispatch: # Manually start a workflow
|
||||||
push:
|
push:
|
||||||
branches: development
|
branches: test # Dummy branch run only manually for testing!
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '.github/**' # Ignore changes towards the .github directory
|
- '.github/**' # Ignore changes towards the .github directory
|
||||||
- '**.md' # Do no build if *.md files changes
|
- '**.md' # Do no build if *.md files changes
|
||||||
|
|
Loading…
Reference in New Issue