Skip to content

Commit

Permalink
NOISSUE - Fix build filters (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: nyagamunene <[email protected]>
  • Loading branch information
nyagamunene authored Oct 11, 2024
1 parent 6509013 commit 8e5c269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
with:
filters: |
certs:
- "certs/**"
- "cmd/certs/**"
- "/**"
- "cmd/**"
- "docker/Dockerfile"
dependencies:
Expand Down

0 comments on commit 8e5c269

Please sign in to comment.