Skip to content

Add driver 565 (#99) #83

Add driver 565 (#99)

Add driver 565 (#99) #83

Workflow file for this run

name: branch
on:
push:
branches:
- main
- test-**
permissions:
id-token: write
contents: read
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yaml
with:
upload_artifacts: true
branch_name: ${{ github.ref_name }}
secrets: inherit