Skip to content

Commit c95ac8e

Browse files
committed
Exclude documentation from CI workflow
1 parent 2f7282e commit c95ac8e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: Build Extension
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
paths:
5+
- '**'
6+
- '!**.md'
7+
pull_request:
8+
paths:
9+
- '**'
10+
- '!**.md'
311

412
jobs:
513
build:

0 commit comments

Comments
 (0)