Skip to content

Allow Go test Workflow to run on PRs #42

Allow Go test Workflow to run on PRs

Allow Go test Workflow to run on PRs #42

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
go:
uses: dghubble/.github/.github/workflows/golang-library.yaml@main