chore: add configuration recipes

This commit is contained in:
2023-12-18 16:38:29 +02:00
parent 93793b6424
commit 28589cb122
50 changed files with 1214 additions and 42 deletions

View File

@ -2,7 +2,8 @@ name: Docker image
on:
push:
branches: [ master ]
branches:
- master
tags:
- '*'
- '!*rc*'

View File

@ -2,9 +2,11 @@ name: Setup
on:
push:
branches: [ master ]
branches:
- master
pull_request:
branches: [ master ]
branches:
- master
jobs:
run-setup-minimal:

View File

@ -2,9 +2,11 @@ name: Tests
on:
push:
branches: [ master ]
branches:
- master
pull_request:
branches: [ master ]
branches:
- master
jobs:
run-tests: