Skip to content

Commit dce827f

Browse files
committed
a
1 parent 2676e07 commit dce827f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/package.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
name: Package
2-
3-
on: [push, pull_request]
1+
on:
2+
push:
3+
branches:
4+
- master
5+
- main
46

57
jobs:
68
package-mac:

src/renderer/app/utils/app-props.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const appProps = {
2323
],
2424
"views": [],
2525
"default_sort": "no_sort",
26-
"max_runs": null
26+
"max_runs": 1
2727
}
2828
],
2929
"show_api_integration_tab": true

0 commit comments

Comments
 (0)