Skip to content

Instantly share code, notes, and snippets.

View mdkendall's full-sized avatar

Matthew Kendall mdkendall

  • Vancouver, BC, Canada
View GitHub Profile
@marcovannoord
marcovannoord / build.yml
Last active February 15, 2024 07:41
PlatformIO build script for Github Actions
# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master, develop ]
pull_request: