mirror of
https://github.com/ZeusWPI/ZNS.git
synced 2024-11-21 21:41:10 +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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- '**/*.rs'
|
- .github/workflows/docker.yml
|
||||||
- Dockerfile
|
- '**/*.rs'
|
||||||
- Cargo.lock
|
- Dockerfile
|
||||||
|
- Cargo.lock
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: docker-main
|
group: docker-main
|
||||||
|
|
Loading…
Reference in a new issue