Skip to content

Commit

Permalink
Add download file for version 0.1.0 in React
Browse files Browse the repository at this point in the history
  • Loading branch information
daveajlee committed Jul 25, 2023
1 parent 78ecdef commit 892ad93
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/desktop-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
paths:
- "desktop/**"
workflow_dispatch:

jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ name: Java CI with Maven
on:
push:
branches: [ master, development ]
paths:
- "server/**"
pull_request:
branches: [ master, development ]
paths:
- "desktop/**"

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

Expand All @@ -37,4 +36,4 @@ docs/build/
docs/node_modules/

desktop/build/
desktop/node_modules/
desktop/node_modules/
Binary file added docs/src/downloads/personalman-desktop-0.1.0.zip
Binary file not shown.

0 comments on commit 892ad93

Please sign in to comment.