From a807a0bf90d31ff6a989c27c83ce10ec5538d7b5 Mon Sep 17 00:00:00 2001 From: Konrad Baran Date: Fri, 2 Aug 2024 14:35:46 +0200 Subject: [PATCH] testing with branch pushes --- .github/workflows/draft.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index 135fe470..ea0d35f0 100644 --- a/.github/workflows/draft.yml +++ b/.github/workflows/draft.yml @@ -4,9 +4,11 @@ on: push: tags: - "v[0-9]+.[0-9]+.[0-9]+" + # !TODO: remove the following line before merging + branches: + - ci-nightly-builds schedule: - cron: '28 12 * * *' - workflow_dispatch: jobs: # build-unix: @@ -174,7 +176,8 @@ jobs: - name: Nightly uses: softprops/action-gh-release@v1 - if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' + # !TODO: uncomment the following line before merging + # if: github.event_name == 'schedule' with: tag_name: "yazi-nightly-${{ env.CURRENT_DATE }}" prerelease: true