From 05e714d20d39930228bfa8bcba2a62aaa16c361e Mon Sep 17 00:00:00 2001 From: "Cuong. Duong Manh" Date: Thu, 2 May 2024 08:03:30 +0700 Subject: [PATCH] [build] nothing to commit --- .github/workflows/build_dev.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_dev.yml b/.github/workflows/build_dev.yml index 2f56cbf..c5da4dc 100644 --- a/.github/workflows/build_dev.yml +++ b/.github/workflows/build_dev.yml @@ -16,6 +16,8 @@ jobs: deploy-dev: # The type of runner that the job will run on runs-on: ubuntu-latest + environment: + name: development # Set the environment name # Only trigger the workflow if the commit message contains '[build]' if: contains(github.event.head_commit.message, '[build]') # Steps represent a sequence of tasks that will be executed as part of the job