ci: don't sign on pull requests

This commit is contained in:
itsmattkc
2022-04-15 17:25:51 -07:00
parent 95aa3249d0
commit d65da69c7d
+1
View File
@@ -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 }}