ci: allow manual builds (#136)

This allows running a manual build on-demand (for example, when a new PHP version is released).
This commit is contained in:
Rob Landers 2023-02-04 10:15:46 +01:00 committed by GitHub
parent 085c0062fa
commit 2aec403413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,8 @@ on:
- main
tags:
- v*
workflow_dispatch:
inputs: {}
jobs:
docker-tests:
runs-on: ubuntu-latest