修改workflow

This commit is contained in:
hanhh 2021-07-08 18:52:48 +08:00
parent 23db56df57
commit c960717d92
2 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Build Static
name: BuildStatic
on:
push:

View File

@ -1,6 +1,12 @@
name: Publish Docker Image
name: PublishDockerImage
on:
workflow_dispatch:
workflow_run:
workflows:
- BuildStatic
branches:
- master
types:
- completed
jobs:
build: