mirror of
https://github.com/ZeusWPI/ZNS.git
synced 2024-11-21 13:31:11 +01:00
fix docker.yml
This commit is contained in:
parent
2bcecd80b3
commit
8e46045d4c
1 changed files with 5 additions and 4 deletions
9
.github/workflows/docker.yml
vendored
9
.github/workflows/docker.yml
vendored
|
@ -4,10 +4,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '**/*.rs'
|
||||
- Dockerfile
|
||||
- Cargo.lock
|
||||
paths:
|
||||
- .github/workflows/docker.yml
|
||||
- '**/*.rs'
|
||||
- Dockerfile
|
||||
- Cargo.lock
|
||||
|
||||
concurrency:
|
||||
group: docker-main
|
||||
|
|
Loading…
Reference in a new issue