From d65da69c7deefdd6d86d9fec2b5779e12d704315 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Fri, 15 Apr 2022 17:25:51 -0700 Subject: [PATCH] ci: don't sign on pull requests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fee6e4f34..03343fd3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -404,6 +404,7 @@ jobs: - name: Sign Application working-directory: ${{ runner.workspace }}/build shell: bash + if: github.event_name == 'push' env: BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }} P12_PASSWORD: ${{ secrets.P12_PASSWORD }}