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:
|
branches:
|
||||||
- githubActionTest
|
- githubActionTest
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
paths:
|
||||||
- githubActionTest
|
- 'src/**'
|
||||||
|
- '**.gradle'
|
||||||
|
- 'exampleYmlFiles/**'
|
||||||
|
- 'Dockerfile'
|
||||||
|
- 'Dockerfile**' # If you have Dockerfiles in a docker directory
|
||||||
|
paths-ignore:
|
||||||
|
- 'src/main/java/resources/messages*'
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue