From 0b5dd5a9a2ee9356b5ad4999d41078d2822aeacd Mon Sep 17 00:00:00 2001 From: Konrad Baran Date: Fri, 2 Aug 2024 14:31:14 +0200 Subject: [PATCH] allowing manual runs --- .github/workflows/draft.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index 52a1075a..135fe470 100644 --- a/.github/workflows/draft.yml +++ b/.github/workflows/draft.yml @@ -6,6 +6,7 @@ on: - "v[0-9]+.[0-9]+.[0-9]+" schedule: - cron: '28 12 * * *' + workflow_dispatch: jobs: # build-unix: @@ -173,7 +174,7 @@ jobs: - name: Nightly uses: softprops/action-gh-release@v1 - if: github.event_name == 'schedule' + if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' with: tag_name: "yazi-nightly-${{ env.CURRENT_DATE }}" prerelease: true