1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-07-07 09:50:08 +02:00

Merge branch 'main' into on_hover-pagenumber-display#527

This commit is contained in:
Anthony Stirling 2024-01-02 21:53:40 +00:00 committed by GitHub
commit 73a55c0666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@ on:
paths: paths:
- 'src/**' - 'src/**'
- '**.gradle' - '**.gradle'
- '!src/main/java/resources/messages*'
- 'exampleYmlFiles/**' - 'exampleYmlFiles/**'
- 'Dockerfile' - 'Dockerfile'
- 'Dockerfile**' - 'Dockerfile**'
paths-ignore:
- 'src/main/java/resources/messages*'
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest