Skip to content

Commit

Permalink
build(workflow): disable mac publish flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ZickZenni committed Sep 6, 2024
1 parent 77a890b commit 546b90a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
publish:
# To enable auto publishing to github, update your electron publisher
# config in package.json > "build" and remove the conditional below
if: ${{ github.repository_owner == 'zickzenni' }}
# if: ${{ github.repository_owner == 'zickzenni' }}

if: false

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 546b90a

Please sign in to comment.