Update test.yml
This commit is contained in:
parent
e0d79990c8
commit
31fbeaae1d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
- '**.gradle'
|
- '**.gradle'
|
||||||
- 'exampleYmlFiles/**'
|
- 'exampleYmlFiles/**'
|
||||||
- 'Dockerfile'
|
- 'Dockerfile'
|
||||||
- 'Dockerfile**' # If you have Dockerfiles in a docker directory
|
- 'Dockerfile**'
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'src/main/java/resources/messages*'
|
- 'src/main/java/resources/messages*'
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue