From e59d99481b99898d50eae6e627725969ff5fc44e Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 9 Oct 2022 22:53:25 +0300 Subject: [PATCH] Allow triggering workflows runs manually --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6ecc10..95d6665 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,8 @@ on: pull_request: branches: - master + # Allow manual triggering + workflow_dispatch: # Weekly run to account for # changed dependencies. schedule: -- 2.39.2