Run GitHub Actions tests on community PRs too

This commit is contained in:
Floris van der Grinten
2021-04-19 21:04:18 +02:00
committed by GitHub
parent b574e394ad
commit b9cb92eb1b

View File

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