Skip to content

Commit 250f7e2

Browse files
committed
Update CI/CD
1 parent c858799 commit 250f7e2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/docker.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,18 @@ env:
99
on:
1010
push:
1111
branches: [ "master", "dev" ]
12+
paths-ignore:
13+
- README.md
14+
- docs/**
15+
- "**/*.md"
16+
- ".gitignore"
1217
pull_request:
1318
branches: [ "master", "dev" ]
19+
paths-ignore:
20+
- README.md
21+
- docs/**
22+
- "**/*.md"
23+
- ".gitignore"
1424
release:
1525
types: [ published ]
1626

0 commit comments

Comments
 (0)