Skip to content

Commit 8ed30e3

Browse files
authored
Fix builder workflow push trigger paths (#179)
The build.json has been yaml for quite a while.
1 parent d0118d6 commit 8ed30e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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