Skip to content

Commit f40d397

Browse files
Ananya2001-ansoedirgo
authored andcommitted
ci: added paths-ignore option
1 parent 2287a0e commit f40d397

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,21 @@ name: CI
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- 'docs/**'
7+
- '**/*.md'
8+
- '.prettierrc'
9+
- '**/*ignore'
510
push:
611
branches:
712
- master
813
- next
914
- rc
15+
paths-ignore:
16+
- 'docs/**'
17+
- '**/*.md'
18+
- '.prettierrc'
19+
- '**/*ignore'
1020

1121
jobs:
1222
test:

0 commit comments

Comments
 (0)