Skip to content

Commit 4dd53be

Browse files
authored
Merge pull request #86 from javaevolved/fix/deploy-workflow-paths
Fix deploy workflow path triggers
2 parents 7f1ce11 + 4ee7235 commit 4dd53be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches: [main]
66
paths:
7-
- 'content/**/*.json'
7+
- 'content/**'
8+
- 'translations/**'
89
- 'templates/**'
910
- 'site/**'
1011
workflow_run:

0 commit comments

Comments
 (0)