Skip to content

Commit

Permalink
filter container CI build to only when certain files change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidneys1 committed Jun 5, 2024
1 parent 0eab2b4 commit 6fb1966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags: ["v*.*"]
branches: ["main"]
paths: ["/src/**", "/.gitignore", "/Containerfile", "/hatch_build.py", "/pyproject.toml", "/README.md"]
pull_request:

env:
Expand Down

0 comments on commit 6fb1966

Please sign in to comment.