Skip to content

Commit

Permalink
Add paths to trigger Docker publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Mar 9, 2024
1 parent a70f87f commit 361acaf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ name: Docker

on:
push:
paths:
- "Dockerfile"
- "src/**"
- "Cargo.lock"
- "Cargo.toml"
- ".dockerignore"
- ".github/workflows/docker-publish.yml"
branches: ["main", "staging"]
# Publish semver tags as releases.
tags: ["v*.*.*"]
Expand Down

0 comments on commit 361acaf

Please sign in to comment.