docs: Add example of docker-compose with multiple configuration files

This commit is contained in:
TwiN
2023-01-08 18:34:13 -05:00
parent 3059e3e028
commit 4225d22369
5 changed files with 49 additions and 0 deletions

View File

@ -3,12 +3,14 @@ on:
pull_request:
paths-ignore:
- '*.md'
- '.examples/*'
push:
branches:
- master
paths-ignore:
- '*.md'
- '.github/*'
- '.examples/*'
jobs:
test:
runs-on: ubuntu-latest