From f162a2b14598595e234e501fb719f46c102abb5b Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Sat, 2 Dec 2023 08:21:12 +0100 Subject: [PATCH] Manual running. --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c59a79f..b395398 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,9 @@ on: push: branches: [ master ] + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + # Run weekly to detect compiler or dependency regressions. schedule: - cron: "0 0 * * 0"