mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-05 15:11:15 +00:00
Add manual trigger to auto-release workflow
Enables the auto-release workflow to be triggered manually using workflow_dispatch, in addition to running on published releases.
This commit is contained in:
parent
03550f321b
commit
b1449af4c4
1
.github/workflows/auto-release.yml
vendored
1
.github/workflows/auto-release.yml
vendored
@ -3,6 +3,7 @@ name: Auto Release Docker
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
shell-docker:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user