From 7153020ddd0cc005b3bdb82febacb9d4af646038 Mon Sep 17 00:00:00 2001 From: Webber Date: Sat, 7 Dec 2019 15:15:07 +0100 Subject: [PATCH] Add pull requests as trigger for workflow --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08c902a..2c7d597 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,5 @@ name: Actions 😎 -on: [push] +on: [push, pull_request] jobs: requestManualActivationFile: @@ -19,7 +19,7 @@ jobs: - name: Expose as artifact uses: actions/upload-artifact@v1 with: - name: ${{ steps.getManualLicenseFile.outputs.filePath }} + name: Manual Activation File path: ${{ steps.getManualLicenseFile.outputs.filePath }} requestActivation: