Make test gha workflow manually runnable (#4998)

if https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
is to be believed this should make it possible to manually kick of test
workflow, but i don't know much about these things
searx_updates
Davis Chase 1 year ago committed by GitHub
parent 22d844dc07
commit 56cb77a828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,6 +4,7 @@ on:
push:
branches: [master]
pull_request:
workflow_dispatch:
env:
POETRY_VERSION: "1.4.2"

Loading…
Cancel
Save