mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2024-11-05 07:20:12 +01:00
Update test.yml
This commit is contained in:
parent
b1f80bc9f6
commit
468808167c
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 New Issue
Block a user