Merge pull request #23 from 1Password/actions-for-community-prs

Run GitHub Actions tests on community PRs too
This commit is contained in:
Floris van der Grinten
2021-04-20 16:38:26 +02:00
committed by GitHub

View File

@@ -1,20 +1,11 @@
name: Build and Test
on:
push:
branches:
- '**'
pull_request:
branches:
- $default-branch
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with: