ci: only build electron app on master

This commit is contained in:
Tom French 2022-06-29 16:34:41 +01:00 committed by James Long
parent e906b9652c
commit 6b06105f00

View file

@ -56,6 +56,8 @@ jobs:
run: ./bin/package-browser
electron:
# As electron builds take longer, we only run them in master.
if: github.event_name != 'pull_request'
strategy:
matrix:
os: