From c8983849deef41158629d48cb1d5e22691819c8a Mon Sep 17 00:00:00 2001 From: Robert Lin Date: Wed, 11 Jan 2023 13:05:25 -0800 Subject: [PATCH] workflows/pipeline: run on all push --- .github/workflows/pipeline.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 11efda4..c30a6fd 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -1,8 +1,5 @@ name: pipeline -on: - push: - branches: [master] - pull_request: +on: push jobs: go: runs-on: ubuntu-latest