mirror of https://github.com/AlexeyAB/darknet.git
add manual trigger for github actions
This commit is contained in:
parent
e72a11a04c
commit
63caceab0d
|
@ -1,6 +1,6 @@
|
|||
name: Darknet Continuous Integration
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
ubuntu-makefile:
|
||||
|
|
Loading…
Reference in New Issue