mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修改workflow
This commit is contained in:
parent
23db56df57
commit
c960717d92
2
.github/workflows/ build.yml
vendored
2
.github/workflows/ build.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Build Static
|
||||
name: BuildStatic
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
|
@ -1,6 +1,12 @@
|
|||
name: Publish Docker Image
|
||||
name: PublishDockerImage
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_run:
|
||||
workflows:
|
||||
- BuildStatic
|
||||
branches:
|
||||
- master
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue
Block a user