From dcc7178ba824d3c61f2098f327c43ebd8b60d55b Mon Sep 17 00:00:00 2001 From: Josh W Lewis Date: Mon, 12 Aug 2024 15:08:15 -0500 Subject: [PATCH] Publish `.nightly` tags nightly (#320) * Run CI nightly * Add workflow_dispatch Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com> --------- Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com> --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cda5169..5979d859 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,10 @@ on: - main tags: - v* + schedule: + - cron: "0 0 * * 1-5" pull_request: + workflow_dispatch: permissions: contents: read