diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 074c8384..c3022e42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -350,7 +350,7 @@ jobs: path: ./dist/mas/Bitwarden-${{ env.PACKAGE_VERSION }}.pkg - name: Deploy to App Store - if: github.ref == 'refs/heads/master' || github.event_name == 'release' + if: github.event_name == 'release' run: npm run upload:mas env: APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}