Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit b7b11fb

Browse files
committed
chore: update workflows
1 parent bf63f56 commit b7b11fb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Publish Docker
2-
on: [push]
2+
3+
on:
4+
workflow_run:
5+
workflows: ['Test']
6+
types: [completed]
7+
38
jobs:
49
build:
510
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)