Skip to content

Feature/drivers workflow #47

Feature/drivers workflow

Feature/drivers workflow #47

Workflow file for this run

name: Build Drivers
on:
workflow_dispatch:
push:
pull_request:
branches:
- main
jobs:
build-drivers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Drivers
uses: ./.github/actions/build-drivers
with:
build: 'drivers.*'