Skip to content

Commit c0fc844

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent c019dcc commit c0fc844

File tree

3 files changed

+9
-11562
lines changed

3 files changed

+9
-11562
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ on:
77
pull_request:
88
branches:
99
- main
10+
paths-ignore:
11+
- "README.md"
12+
- "package.json"
13+
- ".vscode/**"
14+
- ".gitignore"
15+
16+
permissions:
17+
contents: write
1018

1119
jobs:
1220
build-macos:

electron-builder.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"owner": "trae-op",
4242
"repo": "electron-password-generation",
4343
"releaseType": "release",
44-
"private": true
44+
"private": false
4545
}
4646
]
4747
}

0 commit comments

Comments
 (0)