Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Sep 5, 2021
1 parent bf63f56 commit b7b11fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Publish Docker
on: [push]

on:
workflow_run:
workflows: ['Test']
types: [completed]

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b7b11fb

Please sign in to comment.