From 03df01669b8bdcf7bae034b19b73422c04986be7 Mon Sep 17 00:00:00 2001 From: Jesus Guerrero Date: Sun, 15 Sep 2024 17:03:48 -0400 Subject: [PATCH] chore: add default version --- .github/workflows/laravel.yml | 6 +++--- config/app.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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'), /* |--------------------------------------------------------------------------