Update test.yml

This commit is contained in:
Kroese 2023-04-16 06:01:33 +02:00 committed by GitHub
parent 5770bc51b9
commit 7871b98063

View File

@ -3,7 +3,9 @@ on:
branches: [ master ] branches: [ master ]
paths-ignore: paths-ignore:
- '**/*.md' - '**/*.md'
- '**/*.yml' - '.github/**'
- '.github/workflows/**'
pull_request: pull_request:
branches: [ master ] branches: [ master ]
paths-ignore: paths-ignore: