diff --git a/.github/workflows/codebuild-ci.yml b/.github/workflows/codebuild-ci.yml index e9561d58426..4cb3e578bf6 100644 --- a/.github/workflows/codebuild-ci.yml +++ b/.github/workflows/codebuild-ci.yml @@ -1,9 +1,17 @@ name: AWS CodeBuild CI on: pull_request: + paths-ignore: + - '**.md' + - '.all-contributorsrc' + - 'docs/**' push: branches: - master + paths-ignore: + - '**.md' + - '.all-contributorsrc' + - 'docs/**' permissions: id-token: write