Skip to content

Update build.yaml

Update build.yaml #5

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
tags:
- v*
workflow_dispatch:
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: make
- name: Run
run: ./saplisten -h