ci: only build electron app on master
This commit is contained in:
parent
e906b9652c
commit
6b06105f00
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue