mirror of https://github.com/arendst/Tasmota.git
Update Tasmota_build_development.yml
This commit is contained in:
parent
f637114e61
commit
7682d18eb6
|
@ -1,4 +1,6 @@
|
|||
|
||||
name: Build_firmware_development
|
||||
|
||||
on:
|
||||
workflow_dispatch: # Manually start a workflow
|
||||
push:
|
||||
|
@ -8,7 +10,6 @@ on:
|
|||
- '**.md' # Do no build if *.md files changes
|
||||
|
||||
jobs:
|
||||
|
||||
tasmota:
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: true
|
||||
|
|
Loading…
Reference in New Issue