Skip to content

Commit 0b5019e

Browse files
committed
ci: Prevent creating a preview site for select path globs
1 parent 0c2021d commit 0b5019e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Build site
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- .github/PULL_REQUEST_TEMPLATES/**
7+
- .github/ISSUE_TEMPLATES/**
8+
- scripts/**
59

610
jobs:
711

0 commit comments

Comments
 (0)