run if tool changes

This commit is contained in:
maddalax 2024-10-25 07:51:11 -05:00
parent 1924270e4e
commit 9a87188318

View file

@ -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: