diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c059bb030e..1c764cfaac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -569,10 +569,6 @@ jobs: signmacos: name: Sign the MacOS .app needs: [build] - if: | - github.event_name == 'push' && - github.repository == 'icosa-foundation/open-brush' && - (github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/v')) runs-on: macos-latest steps: - name: Checkout repository @@ -647,10 +643,6 @@ jobs: createdmg: name: Create and Notarize DMG needs: [signmacos] - if: | - github.event_name == 'push' && - github.repository == 'icosa-foundation/open-brush' && - (github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/v')) runs-on: macos-latest steps: