Update Tasmota_build_development.yml

This commit is contained in:
Jason2866 2021-10-13 17:43:36 +02:00 committed by GitHub
parent f637114e61
commit 7682d18eb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,6 @@
name: Build_firmware_development name: Build_firmware_development
on: on:
workflow_dispatch: # Manually start a workflow workflow_dispatch: # Manually start a workflow
push: push:
@ -8,7 +10,6 @@ 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