YAML file doesn't need the unit tests

This commit is contained in:
Dirk Wetter
2025-06-23 21:00:33 +02:00
parent 5fe854b830
commit 58719e4492
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ on:
- '**.pem' - '**.pem'
- '**.pdf' - '**.pdf'
- '**.html' - '**.html'
- '**.yml'
- 'LICENSE' - 'LICENSE'
- 'Dockerfile' - 'Dockerfile'
- 'Dockerfile.alpine' - 'Dockerfile.alpine'

View File

@ -11,6 +11,7 @@ on:
- '**.pem' - '**.pem'
- '**.pdf' - '**.pdf'
- '**.html' - '**.html'
- '**.yml'
- 'LICENSE' - 'LICENSE'
- 'Dockerfile' - 'Dockerfile'
- 'Dockerfile.alpine' - 'Dockerfile.alpine'