Skip to content

Commit 2901743

Browse files
committed
Only build image on relevant changes
1 parent 97236a0 commit 2901743

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/emails-image.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Publish email templates
22

33
on:
44
push:
5+
branches:
6+
- main
7+
paths:
8+
- emails/**
9+
- .github/workflows/emails-image.yaml
510
workflow_dispatch:
611

712
permissions:

0 commit comments

Comments
 (0)