Skip to content

Commit c2e0436

Browse files
committed
Only trigger template CD if template content has changed
1 parent 5f16af8 commit c2e0436

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- "template/**"
9+
- "copier.yml"
710
workflow_dispatch:
811

912
permissions:

0 commit comments

Comments
 (0)