Allow manually triggering testing workflow

This is to facilitate testing while developing new features, as the test
suite is not trivial to run on a local machine or even a fork and as
opening pull requests for all experimental features would create a lot
of noise.
This commit is contained in:
Patrick Lühne 2023-08-23 22:02:56 +02:00
Родитель b9042e3e7d
Коммит 4a6e0aed7a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 97AC67EA1D84B18D
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/main.yml поставляемый
Просмотреть файл

@ -1,6 +1,6 @@
name: Test and build
on: [pull_request]
on: [pull_request, workflow_dispatch]
jobs:
build: