Skip to content

Commit 09a841e

Browse files
author
Alexey Panfilov
committed
Skip Docker build on markdown and .env.example changes
1 parent 08bd14c commit 09a841e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Build and push Docker image
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- '**.md'
8+
- '.env.example'
69
release:
710
types: [published]
811

0 commit comments

Comments
 (0)