From e3d49e78b0389647800e4e17129edf9644c642ed Mon Sep 17 00:00:00 2001 From: Simran Date: Thu, 17 Sep 2020 01:04:59 +0200 Subject: [PATCH] Build on PRs against master But don't upload to nightly page (to be tested) --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 929094a76..c3b2fc8ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,9 @@ on: push: branches: - master + pull_request: + branches: + - master jobs: windows: @@ -172,6 +175,7 @@ jobs: -F time="$(git -C $GITHUB_WORKSPACE show -s --format=%ct)" \ -F comment="$(git -C $GITHUB_WORKSPACE show -s --format=%B)" \ https://olivevideoeditor.org/dl/push.php + if: github.event_name != 'pull_request' - name: Upload Portable to Nightly Page shell: bash @@ -186,6 +190,7 @@ jobs: -F time="$(git -C $GITHUB_WORKSPACE show -s --format=%ct)" \ -F comment="$(git -C $GITHUB_WORKSPACE show -s --format=%B)" \ https://olivevideoeditor.org/dl/push.php + if: github.event_name != 'pull_request' - name: Upload Installer Artifact uses: actions/upload-artifact@v2