mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
ci: only build electron app on master
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user