From f62c50b15f8d01de5d986866d08b0a6a9fe3f803 Mon Sep 17 00:00:00 2001 From: Tony Lea Date: Mon, 30 Sep 2024 08:36:11 -0400 Subject: [PATCH] Adding update to see if I can get auth tests to run --- .github/workflows/auth.yml | 8 ++++++-- config/wave.php | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auth.yml b/.github/workflows/auth.yml index 86d14aef7..d51e24e80 100644 --- a/.github/workflows/auth.yml +++ b/.github/workflows/auth.yml @@ -2,9 +2,13 @@ name: Authentication Tests on: push: - branches: [main] + branches: + - main + - 3.x pull_request: - branches: [main] + branches: + - main + - 3.x jobs: test: diff --git a/config/wave.php b/config/wave.php index c2fb23ded..59203ba4c 100644 --- a/config/wave.php +++ b/config/wave.php @@ -19,7 +19,7 @@ 'min_password_length' => 5, ], - 'primary_color' => '#000000', + 'primary_color' => '#0069ff', 'user_model' => \App\Models\User::class, 'show_docs' => env('WAVE_DOCS', true),