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: on:
push: push:
branches: ["main"] branches: ["main"]
# paths: paths:
# - 'Cargo.toml' - "Cargo.toml"
pull_request: pull_request:
branches: ["main"] branches: ["main"]