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