Skip to content

Commit 71b6386

Browse files
committed
Fix builder workflow push trigger paths
The build.json has been yaml for quite a while.
1 parent 123cf27 commit 71b6386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches: ["master"]
1010
paths:
1111
- Dockerfile
12-
- build.json
12+
- build.yaml
1313
- 'rootfs/**'
1414
- 'plugins/**'
1515

0 commit comments

Comments
 (0)