Skip to content

The 2024 Reboot

The 2024 Reboot #6

Workflow file for this run

name: CI Build
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make docker-matrix