1
0
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:
Anthony Stirling 2024-01-02 20:54:33 +00:00 committed by GitHub
parent b1f80bc9f6
commit 468808167c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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