Skip to content

Automatic release and versioning #224

Automatic release and versioning

Automatic release and versioning #224

Workflow file for this run

name: ALKS TFP CI
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
- name: Build and Test
run: make build test