Skip to content

add onpush workflow

add onpush workflow #3

Workflow file for this run

name: 'Build Basic'
on:
push:
jobs:
build-bsp:
runs-on: ["ubuntu-latest"]
steps:
- name: Checkout
uses: actions/checkout@v4