diff --git a/.github/workflows/osx-aarch64.yml b/.github/workflows/osx-aarch64.yml index 3ee271a..5afe21c 100644 --- a/.github/workflows/osx-aarch64.yml +++ b/.github/workflows/osx-aarch64.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 0 - name: Install the Apple certificate - if: github.event_name == 'push' + if: github.event_name == 'push' && github.repository == 'TermoraDev/termora' env: BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }} P12_PASSWORD: ${{ secrets.P12_PASSWORD }} diff --git a/.github/workflows/osx-x86-64.yml b/.github/workflows/osx-x86-64.yml index 1a22c70..c4df1d1 100644 --- a/.github/workflows/osx-x86-64.yml +++ b/.github/workflows/osx-x86-64.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 0 - name: Install the Apple certificate - if: github.event_name == 'push' + if: github.event_name == 'push' && github.repository == 'TermoraDev/termora' env: BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }} P12_PASSWORD: ${{ secrets.P12_PASSWORD }}