Update test.yml

This commit is contained in:
Kroese 2023-04-03 14:08:32 +02:00 committed by GitHub
parent a7725b8162
commit 142f19b41c

View File

@ -2,17 +2,13 @@ on:
push:
branches: [ master ]
paths-ignore:
- '**/test.yml'
- '**/build.yml'
- '**/README.md'
- '**/docker-compose.yml'
- '**/*.md'
- '**/*.yml'
pull_request:
branches: [ master ]
paths-ignore:
- '**/test.yml'
- '**/build.yml'
- '**/README.md'
- '**/docker-compose.yml'
- '**/*.md'
- '**/*.yml'
name: "Test"
permissions: {}