Skip to content

Commit 64292a3

Browse files
authored
fix(ci): fix typo in k3d.yml conditions (#75)
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 <git@katelyn.world>
1 parent 74b7337 commit 64292a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)