Update test.yml

This commit is contained in:
Kroese 2023-04-03 00:37:36 +02:00 committed by GitHub
parent 4c953bea39
commit e4038aa125

View File

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