Skip to content

Commit 1acd2d2

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
name: AWS CodeBuild CI
22
on:
33
pull_request:
4+
paths-ignore:
5+
- '**.md'
6+
- '.all-contributorsrc'
7+
- 'docs/**'
8+
- 'scripts/**'
49
push:
510
branches:
611
- master
12+
paths-ignore:
13+
- '**.md'
14+
- '.all-contributorsrc'
15+
- 'docs/**'
16+
- 'scripts/**'
717

818
permissions:
919
id-token: write

0 commit comments

Comments
 (0)