Skip to content

Commit 9e4b170

Browse files
authored
Skip building the docs site for MSCs (matrix-org#3729)
If only the `proposals` directory has changed, there's no point building the docs site and offering a preview.
1 parent 7aeea64 commit 9e4b170

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ on:
55
- main
66
tags:
77
- v*
8+
# don't bother with this workflow if only proposals are changed
9+
paths-ignore:
10+
- proposals
811
pull_request:
12+
paths-ignore:
13+
- proposals
914
workflow_dispatch:
1015

1116
jobs:

0 commit comments

Comments
 (0)