Skip to content

Commit

Permalink
Merge pull request #1 from tomatophp/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
3x1io authored Mar 24, 2024
2 parents 2dd2f8f + 36e8636 commit 38894c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Tomato CI/CD
name: CircleXO CI/CD
on:
pull_request:
branches:
- master
- develop
push:
branches:
- master
- develop
jobs:
laravel:
name: Laravel (PHP ${{ matrix.php-versions }})
Expand Down
2 changes: 1 addition & 1 deletion config/fortify.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
*/

'features' => [
Features::registration(),
// Features::registration(),
Features::resetPasswords(),
Features::emailVerification(),
Features::updateProfileInformation(),
Expand Down

0 comments on commit 38894c0

Please sign in to comment.