mirror of https://github.com/arendst/Tasmota.git
workflow_dispatch
This commit is contained in:
parent
5a9a52aa34
commit
0db37f7d36
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue