Skip to content

Commit 9d5ade0

Browse files
authored
Update codebuild-ci.yml to trigger CI on doc changes (#4928)
1 parent 914809a commit 9d5ade0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
name: AWS CodeBuild CI
22
on:
3-
pull_request:
4-
paths-ignore:
5-
- '**.md'
6-
- '.all-contributorsrc'
7-
- 'docs/**'
83
push:
94
branches:
105
- master
@@ -133,4 +128,4 @@ jobs:
133128
- name: Run endpoints test
134129
uses: aws-actions/aws-codebuild-run-build@v1
135130
with:
136-
project-name: aws-sdk-java-v2-endpoints-test
131+
project-name: aws-sdk-java-v2-endpoints-test

0 commit comments

Comments
 (0)