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:
|
branches:
|
||||||
- master # Trigger on pushes to master
|
- master # Trigger on pushes to master
|
||||||
paths:
|
paths:
|
||||||
- 'framework/**' # Trigger only if files in this directory change
|
- 'framework/**'
|
||||||
|
- 'tools/html-to-htmgo/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-htmgo-dep:
|
update-htmgo-dep:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue