mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-04 06:31:13 +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
e510a75f0c
commit
d25bd65b2d
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