Skip to content

Enable GPIO Pin Interrupts (#1922) #8994

Enable GPIO Pin Interrupts (#1922)

Enable GPIO Pin Interrupts (#1922) #8994

Workflow file for this run

name: dist
on:
pull_request:
push:
branches: [master]
jobs:
build:
name: dist
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
uses: ./.github/workflows/build-boards.yml
with:
board-set: all
os: ${{ matrix.os }}