Skip to content

Commit c994ba4

Browse files
authored
Update docker.yaml to include branch filter
Add branch filter to workflow trigger for Docker build.
1 parent 2014c00 commit c994ba4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflow_run:
55
workflows: ["Gradle CI"]
66
types: [completed]
7+
branches:
8+
- '*'
79

810
jobs:
911
build-and-push:

0 commit comments

Comments
 (0)