Skip to content

Create test-workflow.yml #1

Create test-workflow.yml

Create test-workflow.yml #1

Workflow file for this run

name: FPP Test Odroid
on:
push:
branches: [ "test/ci"]
permissions:
contents: read
jobs:
build:
runs-on: odroid
steps:
- name: HelloWorld
run: echo "HelloWorld!"