chore: update workflows

This commit is contained in:
liqingwei 2021-09-05 19:11:53 +08:00
parent bf63f56c37
commit b7b11fb7f0

View File

@ -1,5 +1,10 @@
name: Publish Docker
on: [push]
on:
workflow_run:
workflows: ['Test']
types: [completed]
jobs:
build:
runs-on: ubuntu-latest