Skip to content

Commit

Permalink
updated webapp name in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dialpuri committed Nov 10, 2023
1 parent dae93f4 commit 7ce17b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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

0 comments on commit 7ce17b8

Please sign in to comment.