From 7da1c84a7fbf4c24ceec5f1d0d6a755cdf6cdee5 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 3 Oct 2019 09:45:59 +0100 Subject: [PATCH] build: don't deploy xgo build on pull requests --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa7f33d68..d0faeb385 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -248,3 +248,4 @@ jobs: make circleci_upload env: RCLONE_CONFIG_PASS: ${{ secrets.RCLONE_CONFIG_PASS }} + if: github.head_ref == ''