Skip to content

Commit 66c8c13

Browse files
authored
no previews for tools (#122)
1 parent 5acd62e commit 66c8c13

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/preview.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Deploy PR previews
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
74
pull_request_target:
85
types:
96
- opened
@@ -13,6 +10,14 @@ on:
1310
branches:
1411
- main
1512

13+
paths:
14+
- "content/**"
15+
- "static/**"
16+
- "styles/**"
17+
- "syntaxes/**"
18+
- "templates/**"
19+
- "themes/**"
20+
1621
env:
1722
DEPLOY_REPO_OWNER: OpenDreamProject
1823
DEPLOY_REPO: od-dm-reference

0 commit comments

Comments
 (0)