Skip to content

Updated release workflow and Dockerfiles (#26) #17

Updated release workflow and Dockerfiles (#26)

Updated release workflow and Dockerfiles (#26) #17

Workflow file for this run

name: build-main
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Run Makefile
run: make build