Add support to load log4rs config file

This commit is contained in:
2024-09-21 05:08:24 +00:00
committed by GitHub
parent 1814cf330d
commit 1cc8e67fb1
7 changed files with 66 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ on:
- 'doc/**'
- Dockerfile
- docker-compose.yml
- log-cfg.yml
- README.md
pull_request:
branches: [ master ]

View File

@@ -8,6 +8,7 @@ on:
- '.github/workflows/github-pages.yaml'
- 'doc/**'
- docker-compose.yml
- log-cfg.yml
- README.md
workflow_dispatch:

View File

@@ -13,6 +13,7 @@ on:
- 'doc/**'
- Dockerfile
- docker-compose.yml
- log-cfg.yml
- README.md
# Allows you to run this workflow manually from the Actions tab