Add skeleton for CI jobs

This commit is contained in:
Nick Chambers 2021-07-01 16:53:38 -05:00
parent 706636d229
commit 24cfc1b701
1 changed files with 16 additions and 0 deletions

16
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Release Builder
on:
push:
tags: [ v1.* ]
jobs:
build:
runs-on: debian-stable
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Create release package
run: |
echo "$GITHUB_WORKSPACE"