Update test.yml

This commit is contained in:
Anthony Stirling 2024-01-02 21:11:05 +00:00 committed by GitHub
parent e0d79990c8
commit 31fbeaae1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ on:
- '**.gradle'
- 'exampleYmlFiles/**'
- 'Dockerfile'
- 'Dockerfile**' # If you have Dockerfiles in a docker directory
- 'Dockerfile**'
paths-ignore:
- 'src/main/java/resources/messages*'
jobs: