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: