diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c9b48ae..97ca64e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,9 +5,14 @@ on: branches: - githubActionTest pull_request: - branches: - - githubActionTest - + paths: + - 'src/**' + - '**.gradle' + - 'exampleYmlFiles/**' + - 'Dockerfile' + - 'Dockerfile**' # If you have Dockerfiles in a docker directory + paths-ignore: + - 'src/main/java/resources/messages*' jobs: test: runs-on: ubuntu-latest