Skip to content

Commit

Permalink
fix docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xerbalind committed Aug 22, 2024
1 parent 2bcecd8 commit 8e46045
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e46045

Please sign in to comment.