Build on PRs against master

But don't upload to nightly page (to be tested)
This commit is contained in:
Simran
2020-09-17 01:04:59 +02:00
committed by GitHub
parent 621e500190
commit e3d49e78b0
+5
View File
@@ -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