now only pushing when the version actually changes

This commit is contained in:
2025-10-26 17:01:42 +01:00
parent d706ba9f56
commit 5b3ef929c4

View File

@@ -3,8 +3,8 @@ name: Docker
on:
push:
branches: ["main"]
# paths:
# - 'Cargo.toml'
paths:
- "Cargo.toml"
pull_request:
branches: ["main"]