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

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