From d22ae96cf6b588450d2dcf7c017e14fb4ed5298d Mon Sep 17 00:00:00 2001 From: CountBleck Date: Thu, 9 Nov 2023 10:02:01 -0800 Subject: [PATCH] Allow manually triggered publishes This allows #2786 (which fixes the regression from #2757) to be published as soon as possible. Note that the main branch is the only branch that can be published, since `ref: main` is passed to actions/checkout. --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3cf9f82679..a8b2d99a46 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,5 +1,8 @@ name: Publish on: + # Note that the main branch will be used regardless of the branch chosen + # in the web interface. + workflow_dispatch: schedule: - cron: '0 0 * * *' jobs: