Allow on-demand builds

This commit is contained in:
Hynek Schlawack 2020-03-13 11:40:49 +01:00
parent 618373e335
commit c6e836ee9d
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ on:
branches: ["master"]
pull_request:
branches: ["master"]
# Allow rebuilds via API.
on: "repository_dispatch"
jobs:
tests: