mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-07 11:56:08 +08:00
修改workflow
This commit is contained in:
parent
23db56df57
commit
c960717d92
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
|
@ -1,6 +1,12 @@
|
||||||
name: PublishDockerImage
|
name: PublishDockerImage
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_run:
|
||||||
|
workflows:
|
||||||
|
- BuildStatic
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user