fix: dont build new image when only docs change

This commit is contained in:
Gabe Farrell 2025-12-29 12:54:23 -05:00
parent 456b84c4ca
commit c0a8c64243

View file

@ -15,6 +15,8 @@ on:
- "v*"
branches:
- main
paths-ignore:
- "docs/**"
workflow_dispatch: