Skip to content

Commit

Permalink
ci(docker): fix paths string
Browse files Browse the repository at this point in the history
Paths are not checked recursively by default.

Signed-off-by: Randolph Sapp <[email protected]>
  • Loading branch information
StaticRocket committed Oct 29, 2024
1 parent 0cd1ba1 commit a979e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [master]
paths:
- docker
- 'docker/**'
- requirements.txt

env:
Expand Down

0 comments on commit a979e2f

Please sign in to comment.