Skip to content

Commit f4c01e7

Browse files
Update deploy.yml (#25)
1 parent 063f553 commit f4c01e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77
paths:
88
# on code related change
99
- ".github/workflows/deploy.yml"
10-
- "src/**"
10+
- "pages/**"
11+
- "components/**"
12+
- "lib/**"
1113
- "public/**"
1214
workflow_dispatch:
1315

0 commit comments

Comments
 (0)