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