Skip to content

Commit 0b93f82

Browse files
committed
Skip ci build on documentation changes
1 parent e06b2cd commit 0b93f82

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
name: AWS CodeBuild CI
22
on:
33
pull_request:
4+
paths-ignore:
5+
- '**.md'
6+
- '.all-contributorsrc'
7+
- 'docs/**'
48
push:
59
branches:
610
- master
11+
paths-ignore:
12+
- '**.md'
13+
- '.all-contributorsrc'
14+
- 'docs/**'
715

816
permissions:
917
id-token: write

0 commit comments

Comments
 (0)