Files
Dalton Hubble 6129678dbb Allow running GitHub Workflows on PRs
* Allow external people to contribute PRs
2025-02-14 16:56:25 -08:00

14 lines
213 B
YAML

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