Skip to content

Commit ca6604f

Browse files
committed
fix: Correct typo in workflow paths from "aaps/**" to "apps/**"
1 parent be8f882 commit ca6604f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- "tsconfig.json"
1111
- "configs/**"
1212
- "defaults/**"
13-
- "aaps/**"
13+
- "apps/**"
1414

1515
env:
1616
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)