mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
testing with branch pushes
This commit is contained in:
parent
0b5dd5a9a2
commit
a807a0bf90
1 changed files with 5 additions and 2 deletions
7
.github/workflows/draft.yml
vendored
7
.github/workflows/draft.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue