Only trigger manually

This commit is contained in:
Jason2866 2021-10-19 13:39:54 +02:00 committed by GitHub
parent e7405a9683
commit 736e66ed5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Build_firmware_devel
on:
workflow_dispatch: # Manually start a workflow
push:
branches: development
branches: test # Dummy branch run only manually for testing!
paths-ignore:
- '.github/**' # Ignore changes towards the .github directory
- '**.md' # Do no build if *.md files changes