Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Deploy to AWS Lightsail

on:
workflow_run:
workflows: ['Tests']
types: [completed]
workflows: [Tests]
types:
- completed
branches:
- main
workflow_dispatch:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
branches:
- main
- develop
push:
branches:
- main
- develop

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion src/resources/js/pages/welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export default function App() {
</button>
{auth.user ? (
<Link
href={route('dashboard')}
href={route('index')}
className="text-sm leading-6 font-semibold text-gray-900 transition-colors hover:text-gray-600 dark:text-gray-100 dark:hover:text-gray-300"
>
Dashboard <span aria-hidden="true">&rarr;</span>
Expand Down
2 changes: 1 addition & 1 deletion src/resources/js/ziggy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.