From 8051269f9b685534bff21b681e06585b00605e73 Mon Sep 17 00:00:00 2001 From: Mario Manno Date: Thu, 22 Dec 2022 16:41:35 +0100 Subject: [PATCH] Add dispatch event to CI --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d30caf4..20f2762 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,11 @@ name: CI on: schedule: - - cron: '0 5 * * *' + - cron: '0 5 * * *' pull_request: paths-ignore: - - '*.md' + - '*.md' + workflow_dispatch: jobs: test: