Skip to content

Commit

Permalink
fix app action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
gessfred committed Jan 7, 2024
1 parent 8f23d4e commit 9be90ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main ]
paths:
- 'web/**'
- 'app/**'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion app/serve.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
serve -s /app/build -l "tcp://0.0.0.0:$HTTP_PORT"
serve -s /app/dist -l "tcp://0.0.0.0:$HTTP_PORT"

0 comments on commit 9be90ea

Please sign in to comment.