Skip to content

Commit 7453f94

Browse files
authored
Don't filter on java changes (#6717)
PRs and pushes to master previously only run integration tests when the change includes java files. However, non-java file changes can influence behavior, such as dependency updates or customization config changes.
1 parent 647e8dc commit 7453f94

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/codebuild-ci-integration-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
name: AWS CodeBuild CI Integration Tests
22
on:
33
pull_request:
4-
paths:
5-
- '**/*.java'
64
merge_group:
75
push:
86
branches:
97
- master
10-
paths:
11-
- '**/*.java'
128

139
permissions:
1410
id-token: write

0 commit comments

Comments
 (0)