add manual trigger for github actions

This commit is contained in:
Stefano Sinigardi 2021-01-23 17:04:23 +01:00
parent e72a11a04c
commit 63caceab0d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: Darknet Continuous Integration
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
ubuntu-makefile: