Skip to content

Commit

Permalink
Build container images on changes to Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
sophokles73 committed Sep 19, 2023
1 parent c2f3842 commit b42ae62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/containerize_fms_consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ on:
# branches:
# - main
paths:
- "components/Cargo.lock"
- "components/Cargo.toml"
- "components/Dockerfile.fms-consumer"
- "components/fms-consumer/src/**"
- "components/fms-consumer/Cargo.toml"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/containerize_fms_forwarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ on:
# branches:
# - main
paths:
- "components/Cargo.lock"
- "components/Cargo.toml"
- "components/Dockerfile.fms-forwarder"
- "components/fms-forwarder/src/**"
- "components/fms-forwarder/proto/**"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/containerize_fms_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ on:
# branches:
# - main
paths:
- "components/Cargo.lock"
- "components/Cargo.toml"
- "components/Dockerfile.fms-server"
- "components/fms-server/src/**"
- "components/fms-server/Cargo.toml"
Expand Down

0 comments on commit b42ae62

Please sign in to comment.