Skip to content

Commit

Permalink
don't build electron when closing PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuepper committed Jun 12, 2023
1 parent b1a3246 commit a4cb600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,6 @@ jobs:
action: "close"

build-electron-app:
if: github.event.action != 'closed'
uses: ./.github/workflows/electron.yml
secrets: inherit

0 comments on commit a4cb600

Please sign in to comment.