Skip to content

Commit 99d0e39

Browse files
authored
Merge pull request #229 from jcreedcmu/jcreed/path-ignore-for-ci
Exclude documentation from CI workflow (WIP don't merge)
2 parents 2f7282e + c95ac8e commit 99d0e39

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)