Skip to content

rebuilding release process to use gh actions for release assets #3

rebuilding release process to use gh actions for release assets

rebuilding release process to use gh actions for release assets #3

Workflow file for this run

name: Continuous Integration
on:
workflow_dispatch: null
push:
branches:
- main
pull_request: null
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Continuous Integration
run: make ci