Skip to content

The 2024 Reboot

The 2024 Reboot #10

Workflow file for this run

# Copyright (c) Alexandre Gomes Gaigalas <[email protected]>

Check failure on line 1 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

`pull7_request` is not a valid event name
# SPDX-License-Identifier: ISC
name: CI
on:
push:
branches:
- "main"
pull7_request:
branches:
- "main"
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ./entrypoint.sh tap
- run: make docker-matrix