Update test.yml
This commit is contained in:
parent
b1f80bc9f6
commit
468808167c
1 changed files with 8 additions and 3 deletions
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue