Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
ci: Fix to include all paths under directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan committed Mar 8, 2024
1 parent 1cb1c71 commit 2c11d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- main
- dev
paths:
- "src"
- "tests"
- "src/**"
- "tests/**"
- "resources/docker/Dockerfile"
- "resources/docker/*.lock"
- "resources/docker/*.yaml"
Expand Down

0 comments on commit 2c11d21

Please sign in to comment.