Skip to content

Commit 0b38fd0

Browse files
committed
Skip ci build on documentation changes
1 parent 3606409 commit 0b38fd0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
branches:
66
- master
7+
paths-ignore:
8+
- '**.md'
9+
- '.all-contributorsrc'
10+
- 'docs/**'
11+
- 'scripts/**'
712

813
permissions:
914
id-token: write

0 commit comments

Comments
 (0)