From c6e836ee9d108c792dabe30d46b46a3c6af88c9a Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Fri, 13 Mar 2020 11:40:49 +0100 Subject: [PATCH] Allow on-demand builds --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da6a52e3..b511d94e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,8 @@ on: branches: ["master"] pull_request: branches: ["master"] + # Allow rebuilds via API. + on: "repository_dispatch" jobs: tests: