run if tool changes
This commit is contained in:
parent
1924270e4e
commit
9a87188318
1 changed files with 2 additions and 1 deletions
3
.github/workflows/update-framework-dep.yml
vendored
3
.github/workflows/update-framework-dep.yml
vendored
|
|
@ -6,7 +6,8 @@ on:
|
|||
branches:
|
||||
- master # Trigger on pushes to master
|
||||
paths:
|
||||
- 'framework/**' # Trigger only if files in this directory change
|
||||
- 'framework/**'
|
||||
- 'tools/html-to-htmgo/**'
|
||||
|
||||
jobs:
|
||||
update-htmgo-dep:
|
||||
|
|
|
|||
Loading…
Reference in a new issue