From bc927a4f9b89df61416eb59c5930686711cf06e6 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 10 Jul 2022 20:42:05 +0200 Subject: [PATCH] update workflow --- .github/workflows/go.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 2e22452..f7e2fc3 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -1,13 +1,8 @@ name: Go -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] +on: [push, pull_request] jobs: - build: runs-on: ubuntu-latest steps: