Skip to content

Commit 673e946

Browse files
committed
fix(ci): fix typo in k3d.yml conditions
pull request #74 made a change to our images metadata. ci did not initially run, because there is a typo in the workflow's conditions. this commit fixes that typo, so that this ci action will now run when this file is changed. Signed-off-by: katelyn martin <[email protected]>
1 parent 74b7337 commit 673e946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k3d.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- bin/just-k3d
88
- Dockerfile
99
- justfile
10-
- k3d-images.json
10+
- k3s-images.json
1111

1212
permissions:
1313
contents: read

0 commit comments

Comments
 (0)