diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index f4b7ea0f..3e64ad28 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -2,9 +2,9 @@ name: Loger Demo Deployment on: push: - # branches: [ "master" ] - # pull_request: - # branches: [ "master" ] + branches: [ "master" ] + pull_request: + branches: [ "master" ] jobs: build: diff --git a/config/app.php b/config/app.php index c89602f8..f8bf56f2 100644 --- a/config/app.php +++ b/config/app.php @@ -13,7 +13,7 @@ | */ - 'version' => 'v2.0.0-alpha.7', + 'version' => env('APP_VERSION', 'v2.0.0-alpha.7'), /* |--------------------------------------------------------------------------