Skip to content
Snippets Groups Projects
Commit 6b06105f authored by Tom French's avatar Tom French Committed by James Long
Browse files

ci: only build electron app on master

parent e906b965
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,8 @@ jobs: ...@@ -56,6 +56,8 @@ jobs:
run: ./bin/package-browser run: ./bin/package-browser
electron: electron:
# As electron builds take longer, we only run them in master.
if: github.event_name != 'pull_request'
strategy: strategy:
matrix: matrix:
os: os:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment