From 0698ef44ac7e1b18cfa9f4957c501e8b46db7f33 Mon Sep 17 00:00:00 2001 From: eine Date: Sat, 17 Jul 2021 20:25:12 +0200 Subject: [PATCH] ci: add workflow_dispatch and cron event --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc55a4e..3c29ea4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,6 +8,9 @@ on: branches: - '**' pull_request: + workflow_dispatch: + schedule: + - cron: '0 0 * * 4' env: CI: true