mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
allowing manual runs
This commit is contained in:
parent
dc0014632e
commit
0b5dd5a9a2
1 changed files with 2 additions and 1 deletions
3
.github/workflows/draft.yml
vendored
3
.github/workflows/draft.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
||||||
- "v[0-9]+.[0-9]+.[0-9]+"
|
- "v[0-9]+.[0-9]+.[0-9]+"
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '28 12 * * *'
|
- cron: '28 12 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# build-unix:
|
# build-unix:
|
||||||
|
|
@ -173,7 +174,7 @@ jobs:
|
||||||
|
|
||||||
- name: Nightly
|
- name: Nightly
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: github.event_name == 'schedule'
|
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
|
||||||
with:
|
with:
|
||||||
tag_name: "yazi-nightly-${{ env.CURRENT_DATE }}"
|
tag_name: "yazi-nightly-${{ env.CURRENT_DATE }}"
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue