From b9cb92eb1b7ed58a1af29dc722d62b969fcc1799 Mon Sep 17 00:00:00 2001 From: Floris van der Grinten Date: Mon, 19 Apr 2021 21:04:18 +0200 Subject: [PATCH] Run GitHub Actions tests on community PRs too --- .github/workflows/build.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 565e980..90793a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: