Update Tasmota_build_development.yml

This commit is contained in:
Jason2866 2021-10-13 17:48:23 +02:00 committed by GitHub
parent 7682d18eb6
commit 8de5dc1a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
name: Build firmware development
name: Build_firmware_development
on: on:
workflow_dispatch: # Manually start a workflow workflow_dispatch: # Manually start a workflow
@ -10,6 +9,7 @@ on:
- '**.md' # Do no build if *.md files changes - '**.md' # Do no build if *.md files changes
jobs: jobs:
tasmota: tasmota:
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true