Skip to content

Create ci.yml

Create ci.yml #1

Workflow file for this run

name: 'ci'
on:
push:
branches:
- 'main'
workflow_dispatch:
inputs:
remote-ssh:
description: 'Remote SSH'
required: true
default: '[email protected]'
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- run: |
./bip/build.sh
- run: |
gh release create ./bip/bin/bip ./bix/bix