mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +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:
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:
|
||||
|
||||
Reference in New Issue
Block a user