katbox/.github/workflows/pr.yml
Renán Del Valle 57c8bdf570
Updates Github Actions
Github Actions will now build on a PR.
Github Actions will now build and push an image to quay on a commit to
the main branch.
2021-11-23 20:09:44 -08:00

20 lines
No EOL
282 B
YAML

name: Pull Request Build
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Build
run: make