Skip to content

Commit 1f81093

Browse files
author
Ferran Jovell
committed
Skip docker image build if no dockerfile is present
1 parent 013772d commit 1f81093

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Build Docker Image
33

44
on:
55
push:
6+
paths:
7+
- Dockerfile
68
branches:
79
- "main"
810

0 commit comments

Comments
 (0)