workflow_dispatch

This commit is contained in:
Jason2866 2021-07-29 12:29:12 +02:00 committed by GitHub
parent 5a9a52aa34
commit 0db37f7d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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: