Skip to content

Commit 9a87188

Browse files
committed
run if tool changes
1 parent 1924270 commit 9a87188

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-framework-dep.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
branches:
77
- master # Trigger on pushes to master
88
paths:
9-
- 'framework/**' # Trigger only if files in this directory change
9+
- 'framework/**'
10+
- 'tools/html-to-htmgo/**'
1011

1112
jobs:
1213
update-htmgo-dep:

0 commit comments

Comments
 (0)