chore(ci): Add workflow_dispatch trigger to nightly build (#4213)

This commit is contained in:
shown
2026-07-18 01:45:13 +08:00
committed by GitHub
parent 31bc7d8a51
commit e3acbbd6db
+1
View File
@@ -23,6 +23,7 @@ on:
- cron: '0 0 * * *'
push:
branches: [ action* ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}