Skip to content

Commit bb02bf7

Browse files
committed
feat: update GitHub Actions workflow to trigger on CI completion
1 parent 3cc4128 commit bb02bf7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Build Docker Image
22

33
on:
4-
push:
5-
branches:
6-
- "**"
74
workflow_dispatch:
5+
workflow_run:
6+
workflows: ["CI"]
7+
types:
8+
- completed
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)