From f8e9796a64dd8ef76cb96220d442ec3330da600c Mon Sep 17 00:00:00 2001 From: ascheibal Date: Fri, 30 Apr 2021 11:24:25 +0200 Subject: [PATCH] feat: build on dispatch (#63) --- .github/workflows/ci-master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 55fdbfc..f337602 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -1,5 +1,6 @@ name: ci-master on: + workflow_dispatch: push: branches: - master