Skip to content

Commit

Permalink
build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhv12 committed Apr 20, 2024
1 parent 4b0b161 commit c789bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
- dev
paths:
- 'web-app/*'
- 'web-app/**'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion web-app/pages/web2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Home: NextPage = () => {
// start: 0,
// count: 10,
// });
// test
// test2


const [owner, setOwner] = useState<string | null>(null);
Expand Down

0 comments on commit c789bf8

Please sign in to comment.