now only pushing when the version actually changes
This commit is contained in:
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -3,8 +3,8 @@ name: Docker
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
# paths:
|
||||
# - 'Cargo.toml'
|
||||
paths:
|
||||
- "Cargo.toml"
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user