Skip to content

Commit 361acaf

Browse files
committed
Add paths to trigger Docker publish workflow
1 parent a70f87f commit 361acaf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ name: Docker
77

88
on:
99
push:
10+
paths:
11+
- "Dockerfile"
12+
- "src/**"
13+
- "Cargo.lock"
14+
- "Cargo.toml"
15+
- ".dockerignore"
16+
- ".github/workflows/docker-publish.yml"
1017
branches: ["main", "staging"]
1118
# Publish semver tags as releases.
1219
tags: ["v*.*.*"]

0 commit comments

Comments
 (0)