Skip to content

Commit

Permalink
Merge branch 'webapp' of https://github.com/glycojones/privateer into…
Browse files Browse the repository at this point in the history
… new_figures
  • Loading branch information
Dialpuri committed Nov 10, 2023
2 parents 9c2f52a + 54c2a46 commit d9a9437
Show file tree
Hide file tree
Showing 36 changed files with 656 additions and 253 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

name: Privateer Webserver Backend
name: Privateer Web App Backend

on:
push:
branches: [ "webserver" ]
branches: [ "webapp" ]
paths:
- src/privateer/cpp/privateer-bind.cpp

pull_request:
branches: [ "webserver" ]
branches: [ "webapp" ]
paths:
- src/privateer/cpp/privateer-bind.cpp

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Privateer Webserver Frontend CI/CD
name: Privateer Web App Frontend CI/CD

on:
pull_request:
branches: [ "webserver" ]
branches: [ "webapp" ]
paths:
- webserver/**

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend_merge.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Privateer Webserver Frontend CI/CD
name: Privateer Web App Frontend CI/CD

on:
push:
branches: [ "webserver" ]
branches: [ "webapp" ]
paths:
- webserver/**

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,5 @@ old_cmake*/*
*.mov
*.zip
dependencies/gemmi
web/*
web/*
*___api___*
2 changes: 1 addition & 1 deletion webserver/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
</head>
<body>
<div id="root"></div>
<script src="/src/main.jsx" type="module"></script>
<script src="/src/main.tsx" type="module"></script>
</body>
</html>
Loading

0 comments on commit d9a9437

Please sign in to comment.