only run action on tasks/role push

This commit is contained in:
2026-04-06 13:48:38 -04:00
parent 144cb255de
commit 69b83b5e7a

View File

@@ -4,6 +4,10 @@ on:
push:
branches:
- main
paths:
- "tasks/**"
- "roles/**"
- "templates/**"
jobs:
deploy: