From 268e18f2e54eaf328a33227bf4d11e1ce11ebbdf Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Fri, 4 Dec 2020 09:07:09 +0100 Subject: [PATCH] ci: allow manually triggering CI run on GHA --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0efc53..258a9ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: branches: [master] pull_request: branches: [master] + workflow_dispatch: schedule: - cron: '35 4 * * 4' # weekly on thursday morning